|
|
Subscribe / Log in / New account

The SO_REUSEPORT socket option

The SO_REUSEPORT socket option

Posted Oct 1, 2014 16:09 UTC (Wed) by vsrinivas (subscriber, #56913)
In reply to: The SO_REUSEPORT socket option by lyda
Parent article: The SO_REUSEPORT socket option

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


to post comments


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