|
CCF
|
#include "before_io.h"#include "ccf/pal/locking.h"#include "dns.h"#include "ds/internal_logger.h"#include "ds/pending_io.h"#include "proxy.h"#include "socket.h"#include <netinet/in.h>#include <optional>Go to the source code of this file.
Classes | |
| class | asynchost::TCPImpl |
| class | asynchost::ResetTCPReadQuotaImpl |
Namespaces | |
| namespace | asynchost |
Typedefs | |
| using | asynchost::TCP = proxy_ptr< TCPImpl > |
| using | asynchost::ResetTCPReadQuota = proxy_ptr< BeforeIO< ResetTCPReadQuotaImpl > > |