7#ifndef DHCP_SOCKET_INFO_H
8#define DHCP_SOCKET_INFO_H
63 const int sockfd,
const int fallbackfd = -1)
The IOAddress class represents an IP addresses (version agnostic).
Defines the logger used by the top-level component of kea-lfc.
int sockfd_
Socket descriptor (a.k.a. primary socket).
int fallbackfd_
Fallback socket descriptor.
isc::asiolink::IOAddress addr_
Bound address.
uint16_t family_
Family IPv4 or IPv6.
SocketInfo(const isc::asiolink::IOAddress &addr, const uint16_t port, const int sockfd, const int fallbackfd=-1)
SocketInfo constructor.
uint16_t port_
Socket port.