13 #ifndef __BAOSLIB_IP_GENERAL_H__
14 #define __BAOSLIB_IP_GENERAL_H__
16 #include "baos/BaosLib_export.h"
29 namespace wz::baos::ip
Represent the pair of IP address as string in the form "10.0.0.1020" and a port.
Definition: IpGeneral.h:34
std::uint16_t port
The port to use.
Definition: IpGeneral.h:36
std::string address
IPv4 address as string.
Definition: IpGeneral.h:35