enum te_tcp_options_kind_t

#include <ndn_ipstack.h>

enum te_tcp_options_kind_t {
    TE_TCP_OPT_EOL,
    TE_TCP_OPT_NOP,
    TE_TCP_OPT_MSS,
    TE_TCP_OPT_WIN_SCALE,
    TE_TCP_OPT_SACK_PERM,
    TE_TCP_OPT_SACK_DATA,
    TE_TCP_OPT_TIMESTAMP = 8,
};