When a socket option should be applied relative to bind().
Declared in <folly/io/SocketOptionMap.h>
enum class ApplyPos : int;
| Name | Description |
|---|---|
POST_BIND | Apply the option after the socket is bound. |
PRE_BIND | Apply the option before the socket is bound. |