Enum StreamListenOptions
enum StreamListenOptions
: int { ... }
Enum members
Name | Description |
---|---|
defaults
|
|
ipTransparent
|
Applies the IP_TRANSPARENT flag
|
none
|
|
reuseAddress
|
Avoids applying the SO_REUSEADDR flag
|
reusePort
|
Applies the SO_REUSEPORT flag
|