proxygen
AsyncSocket.h File Reference
#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.

Classes

class  folly::AsyncSocket
 
class  folly::AsyncSocket::ConnectCallback
 
class  folly::AsyncSocket::EvbChangeCallback
 
class  folly::AsyncSocket::ErrMessageCallback
 
class  folly::AsyncSocket::SendMsgParamsCallback
 
class  folly::AsyncSocket::OptionKey
 
struct  folly::AsyncSocket::WriteResult
 
struct  folly::AsyncSocket::ReadResult
 
class  folly::AsyncSocket::WriteRequest
 
class  folly::AsyncSocket::WriteTimeout
 
class  folly::AsyncSocket::IoHandler
 
class  folly::AsyncSocket::ImmediateReadCB
 
struct  folly::AsyncSocket::IOBufInfo
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Macros

#define SO_SET_NAMESPACE   41
 

Macro Definition Documentation

#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().