|
STTNet 0.7.0
|
保存Tcp客户端的信息 更多...
#include <sttnet.h>
Public 属性 | |
| int | fd =-1 |
| 套接字fd | |
| uint64_t | connection_obj_fd =0 |
| 连接对象fd | |
| std::string | data |
| 裸数据 | |
| std::unordered_map< std::string, std::any > | ctx |
| 所需的数据仓库 | |
保存Tcp客户端的信息
| uint64_t stt::network::TcpInformation::connection_obj_fd =0 |
连接对象fd
| std::unordered_map<std::string,std::any> stt::network::TcpInformation::ctx |
所需的数据仓库
| std::string stt::network::TcpInformation::data |
裸数据
| int stt::network::TcpInformation::fd =-1 |
套接字fd