fde.h
Go to the documentation of this file.
Definition: ClientInfo.h:34
Definition: Address.h:41
Definition: Store.h:42
Definition: fs_io.h:35
void useBufferedIo(READ_HANDLER *, WRITE_HANDLER *)
use I/O methods that maintain an internal-to-them buffer
Definition: fde.cc:49
struct fde::_fde_flags flags
void setIo(READ_HANDLER *, WRITE_HANDLER *)
set I/O methods for a freshly opened descriptor
Definition: fde.cc:22
ClientInfo * clientInfo
pointer to client info used in client write limiter or nullptr if not present
Definition: fde.h:143
struct fde::@63 pconn
Security::ContextPointer dynamicTlsContext
cached and then freed when fd is closed
Definition: fde.h:160
#define MAX_IPSTRLEN
Length of buffer that needs to be allocated to old a null-terminated IP-string.
Definition: forward.h:25
Definition: fde.h:117
bool read_pending
buffering readMethod_ has data to give (regardless of socket state)
Definition: fde.h:129