-
Sub-task
-
Resolution: Done
-
Medium
-
None
-
None
-
light refactory one
Those data structures in fact refer to socket identifiers (address + port), and are used constantly across the code, and in particular during face lookup.
In the effort to reduce the number of allocations, those data structures are now static contiguous buffers based on system data structures (struct sockaddr_* family).
Helpers to act on these data structures are provided as macros.