/
Difficulties with uniqueness of socket handles
Difficulties with uniqueness of socket handles
Discussion on this typical problem that happens when building out socket libraries:
This is subtle yet important problem to solve in a socket library.
, multiple selections available,
Related content
How does the berkeley socket's API support both IP4 and IP6 addresses?
How does the berkeley socket's API support both IP4 and IP6 addresses?
Read with this
Make the abstraction layer as minimal as possible
Make the abstraction layer as minimal as possible
More like this
A brief history of sockets
A brief history of sockets
More like this
Possible model for an abstracted network API
Possible model for an abstracted network API
More like this
What is binary API compatibility?
What is binary API compatibility?
More like this
Handling large amounts of data with sockets and an event loop
Handling large amounts of data with sockets and an event loop
More like this