7 #ifndef DHCP_SOCKET_INFO_H
8 #define DHCP_SOCKET_INFO_H
59 const int sockfd,
const int fallbackfd = -1)
60 : addr_(addr), port_(port), family_(addr.getFamily()),
61 sockfd_(sockfd), fallbackfd_(fallbackfd) { }
68 #endif // DHCP_SOCKET_INFO_H
int fallbackfd_
Fallback socket descriptor.
isc::asiolink::IOAddress addr_
uint16_t family_
socket port
uint16_t port_
bound address
Defines the logger used by the top-level component of kea-dhcp-ddns.
SocketInfo(const isc::asiolink::IOAddress &addr, const uint16_t port, const int sockfd, const int fallbackfd=-1)
SocketInfo constructor.
The IOAddress class represents an IP addresses (version agnostic)
Holds information about socket.