proxygen
|
#include <AsyncSocket.h>
Public Member Functions | |
bool | operator< (const OptionKey &other) const |
int | apply (int fd, int val) const |
Public Attributes | |
int | level |
int | optname |
Uniquely identifies a handle to a socket option value. Each combination of level and option name corresponds to one socket option value.
Definition at line 360 of file AsyncSocket.h.
|
inline |
Definition at line 368 of file AsyncSocket.h.
References folly::netops::setsockopt().
Referenced by TEST(), and folly::ExpectWriteErrorCallback::~ExpectWriteErrorCallback().
|
inline |
int folly::AsyncSocket::OptionKey::level |
Definition at line 371 of file AsyncSocket.h.
Referenced by operator<().
int folly::AsyncSocket::OptionKey::optname |
Definition at line 372 of file AsyncSocket.h.
Referenced by operator<().