|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <nts.hpp>
Public Member Functions | |
| TcpAppNotif () | |
| TcpAppNotif (SessionId sessId, TcpState tcpState) | |
| TcpAppNotif (SessionId sessId, TcpDatLen dataLen, Ip4Addr sa, TcpPort sp, TcpPort dp) | |
| TcpAppNotif (SessionId sessId, TcpDatLen dataLen, Ip4Addr sa, TcpPort sp, TcpPort dp, TcpState tcpState) | |
Public Attributes | |
| SessionId | sessionID |
| TcpDatLen | tcpDatLen |
| Ip4Addr | ip4SrcAddr |
| TcpPort | tcpSrcPort |
| TcpPort | tcpDstPort |
| TcpState | tcpState |
|
inline |
|
inline |