folly::SocketOptionKey::ApplyPos

When a socket option should be applied relative to bind().

Synopsis

Declared in <folly/io/SocketOptionMap.h>

enum class ApplyPos : int;

Members

NameDescription
POST_BIND Apply the option after the socket is bound.
PRE_BIND Apply the option before the socket is bound.