载入中...
搜索中...
未找到
NetTypes.h
浏览该文件的文档.
Length-prefixed (big-endian uint32) message framing over a TcpSocket. sendMsg() writes one framed mes...
Definition Channel.h:21
Definition Channel.cpp:12
constexpr size_t kMaxFrameSize
Maximum framed message size for Channel (1 MiB).
Definition NetTypes.h:13
@ HttpResp
@ ChClose
constexpr size_t kMaxSendBuffer
Maximum outgoing send buffer size per socket (1 MiB).
Definition NetTypes.h:11
One asynchronous network result/event. handle points at the originating TcpSocket/UdpSocket/HttpReque...
Definition NetTypes.h:33
std::shared_ptr< std::vector< char > > bytes
Definition NetTypes.h:37