|
|
Subscribe / Log in / New account

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

Well, again, it was in BSD first. Credit where it's due.

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)


to post comments

The SO_REUSEPORT socket option

Posted Oct 1, 2014 16:09 UTC (Wed) by vsrinivas (subscriber, #56913) [Link]

DragonFly BSD has implemented SO_REUSEPORT since July 2013 too; http://lists.dragonflybsd.org/pipermail/users/2013-July/0... has some very interesting performance numbers.

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).


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds