proxygen
|
#include <folly/Optional.h>
#include <folly/SocketAddress.h>
#include <folly/detail/SocketFastOpen.h>
#include <folly/io/IOBuf.h>
#include <folly/io/ShutdownSocketSet.h>
#include <folly/io/async/AsyncSocketException.h>
#include <folly/io/async/AsyncTimeout.h>
#include <folly/io/async/AsyncTransport.h>
#include <folly/io/async/DelayedDestruction.h>
#include <folly/io/async/EventHandler.h>
#include <folly/portability/Sockets.h>
#include <sys/types.h>
#include <chrono>
#include <map>
#include <memory>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Macros | |
#define | SO_SET_NAMESPACE 41 |
#define SO_SET_NAMESPACE 41 |
Sets a specific tcp personality Available only on kernels 3.2 and greater
Definition at line 698 of file AsyncSocket.h.
Referenced by folly::AsyncSocket::setTCPProfile().