The SO_REUSEPORT socket option
The SO_REUSEPORT socket option
Posted Aug 24, 2013 21:12 UTC (Sat) by lyda (subscriber, #7429)In reply to: The SO_REUSEPORT socket option by pr1268
Parent article: The SO_REUSEPORT socket option
But generally, Unix "standards" have always trailed implementations. It's just that now Linux and BSD are in reality the primary Unix implementations.
(cue screams about which is the real unix)
Posted Oct 1, 2014 16:09 UTC (Wed)
by vsrinivas (subscriber, #56913)
[Link]
SO_REUSEPORT naturally aligns with networks stacks parallelized like DFly's/Solaris's (hash connection state early, map & fanout to a fixed CPU per connection, no locking till you hit socket buffer layer).
The SO_REUSEPORT socket option