enum tapi_tcp_protocol_mode_t
Overview
Modes for TCP messages/acks exchange methods More…
#include <tapi_tcp.h> enum tapi_tcp_protocol_mode_t { TAPI_TCP_AUTO, TAPI_TCP_EXPLICIT, TAPI_TCP_QUIET, };
Detailed Documentation
Modes for TCP messages/acks exchange methods
Enum Values
TAPI_TCP_AUTO
Fill seq or ack number automatically
TAPI_TCP_EXPLICIT
Fill seq or ack number with specified value
TAPI_TCP_QUIET
Do NOT fill seq or ack number