|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <nts.hpp>
Public Member Functions | |
| UdpAppMeta () | |
| UdpAppMeta (Ip4Addr srcAddr, Ly4Port srcPort, Ip4Addr dstAddr, Ly4Port dstPort) | |
| UdpAppMeta (SockAddr srcSock, SockAddr dstSock) | |
| UdpAppMeta (SocketPair sockPair) | |
Public Attributes | |
| Ip4Addr | ip4SrcAddr |
| Ly4Port | udpSrcPort |
| Ip4Addr | ip4DstAddr |
| Ly4Port | udpDstPort |
|
inline |
Definition at line 233 of file nts.hpp.
|
inline |
Definition at line 235 of file nts.hpp.