STTNet
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 宏定义 
Public 属性 | 所有成员列表
stt::network::TcpInformation结构体 参考

保存Tcp客户端的信息 更多...

#include <sttnet.h>

Public 属性

int fd
 套接字fd 更多...
 
std::string data
 裸数据 更多...
 
std::unordered_map
< std::string, std::any > 
ctx
 所需的数据仓库 更多...
 

详细描述

保存Tcp客户端的信息

类成员变量说明

std::unordered_map<std::string,std::any> stt::network::TcpInformation::ctx

所需的数据仓库

std::string stt::network::TcpInformation::data

裸数据

int stt::network::TcpInformation::fd

套接字fd


该结构体的文档由以下文件生成: