proxygen
AsyncServerSocket.cpp File Reference
#include <folly/io/async/AsyncServerSocket.h>
#include <folly/FileUtil.h>
#include <folly/Portability.h>
#include <folly/SocketAddress.h>
#include <folly/String.h>
#include <folly/detail/SocketFastOpen.h>
#include <folly/io/async/EventBase.h>
#include <folly/io/async/NotificationQueue.h>
#include <folly/portability/Fcntl.h>
#include <folly/portability/Sockets.h>
#include <folly/portability/Unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

Go to the source code of this file.

Classes

class  folly::AsyncServerSocket::BackoffTimeout
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Macros

#define __STDC_FORMAT_MACROS
 
#define TCP_SAVE_SYN   27
 
#define TCP_SAVED_SYN   28
 

Functions

int folly::setCloseOnExec (int fd, int value)
 

Variables

static constexpr bool folly::msgErrQueueSupported
 

Macro Definition Documentation

#define __STDC_FORMAT_MACROS

Definition at line 18 of file AsyncServerSocket.cpp.

#define TCP_SAVE_SYN   27

Definition at line 43 of file AsyncServerSocket.cpp.

Referenced by folly::AsyncServerSocket::setTosReflect().

#define TCP_SAVED_SYN   28

Definition at line 47 of file AsyncServerSocket.cpp.

Referenced by folly::AsyncServerSocket::handlerReady().