helper structure for transferring new pending connections from the listen thread to network interface. More...
#include <TcpNetworkInterface.h>
Public Member Functions | |
| PendingConnection (SocketFd socketFd, uint32_t remoteIpAddress, uint16_t remotePort, uint16_t listenPort) | |
Public Attributes | |
| SocketFd | m_socketFd |
| uint32_t | m_remoteIpAddress |
| uint16_t | m_remotePort |
| uint16_t | m_listenPort |
helper structure for transferring new pending connections from the listen thread to network interface.