localEndpointReuseAllowed(_:)
Allow local endpoint reuse.
Declaration
func localEndpointReuseAllowed(_ allowed: Bool) -> SelfParameters
- allowed:
True if allowed, false otherwise.
Discussion
Allow multiple connections to use the same local address and port (SO_REUSEADDR and SO_REUSEPORT).