STTNet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
stt::network::TcpInformation Struct Reference

Save TCP client information. More...

#include <sttnet_English.h>

Public Attributes

int fd
 socket fd More...
 
std::string data
 Naked data. More...
 
std::unordered_map
< std::string, std::any > 
ctx
 required data warehouse More...
 

Detailed Description

Save TCP client information.

Member Data Documentation

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

required data warehouse

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

Naked data.

int stt::network::TcpInformation::fd

socket fd


The documentation for this struct was generated from the following file: