Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CNetPort.hpp File Reference
Include dependency graph for CNetPort.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using SocketTcp = CStreamSocketTmpl<CIpV4Address>
 
using SocketTcpV6 = CStreamSocketTmpl<CIpV6Address>
 
using SocketUdp = CDatagramSocketTmpl<CIpV4Address>
 
using SocketUdpV6 = CDatagramSocketTmpl<CIpV6Address>
 
using AcceptorTcp = CAcceptorSocketTmpl<SocketTcp>
 
using AcceptorTcpV6 = CAcceptorSocketTmpl<SocketTcpV6>
 
using ConnectorTcp = CConnectorSocketTmpl<SocketTcp>
 
using ConnectorTcpV6 = CConnectorSocketTmpl<SocketTcpV6>
 

Typedef Documentation

◆ AcceptorTcp

◆ AcceptorTcpV6

◆ ConnectorTcp

◆ ConnectorTcpV6

◆ SocketTcp

◆ SocketTcpV6

◆ SocketUdp

◆ SocketUdpV6