mcx::comm::ConnectionData
less than a minute
mcx::comm::ConnectionData
Public Attributes
Name | |
---|---|
ConnectionDir | direction |
std::string | transport |
std::string | address |
std::string | req_port |
std::string | pub_port |
std::string | user_login |
std::string | certificate |
unsigned int | number_of_users |
unsigned int | number_of_threads |
Public Attributes Documentation
variable direction
ConnectionDir direction;
variable transport
std::string transport;
variable address
std::string address;
variable req_port
std::string req_port;
variable pub_port
std::string pub_port;
variable user_login
std::string user_login;
variable certificate
std::string certificate;
variable number_of_users
unsigned int number_of_users;
variable number_of_threads
unsigned int number_of_threads;
Updated on 2022-04-05 at 16:21:26 +0200