You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Network.framework munges REUSEADDR and REUSEPORT together, so we turn this on if we need
// either.
That is the equivalent of SO_REUSEADDR. From what I can tell, it's not possible to do SO_REUSEPORT from Network.framework, at least I haven't managed to bind two processes to the same port.
The text was updated successfully, but these errors were encountered:
I don't think this comment is right.
swift-nio-transport-services/Sources/NIOTransportServices/NIOTSListenerChannel.swift
Lines 311 to 312 in cefc701
That is the equivalent of
SO_REUSEADDR
. From what I can tell, it's not possible to doSO_REUSEPORT
from Network.framework, at least I haven't managed to bind two processes to the same port.The text was updated successfully, but these errors were encountered: