Expand description
TCP stream protocol message payloads.
Structsยง
- TcpClose
- Request to close the TCP session.
- TcpClosed
- Terminal notification that the TCP session is closed.
- TcpConnect
- Request to open a TCP connection from inside the guest.
- TcpConnected
- Confirmation that a TCP connection was opened.
- TcpData
- TCP stream data.
- TcpEof
- Notification that one side has closed its write half.
- TcpFailed
- Terminal notification that the TCP session failed.