Contents

localEndpointReuseAllowed(_:)

Allow local endpoint reuse.

Declaration

func localEndpointReuseAllowed(_ allowed: Bool) -> Self

Parameters

  • allowed:

    True if allowed, false otherwise.

Discussion

Allow multiple connections to use the same local address and port (SO_REUSEADDR and SO_REUSEPORT).