enum tapi_tcp_mode_t

Modes for connection establishment.

#include <tapi_tcp.h>

enum tapi_tcp_mode_t {
    TAPI_TCP_SERVER,
    TAPI_TCP_CLIENT,
};