Skip to content
Snippets Groups Projects
Commit 5283fbf6 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Add flags for sndinfo.

parent a919ad96
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,16 @@ struct int_symbol platform_symbols_table[] = {
#if 0
{ SCTP_SENDALL, "SCTP_SENDALL" },
#endif
{ SCTP_UNORDERED, "SCTP_UNORDERED" },
{ SCTP_ADDR_OVER, "SCTP_ADDR_OVER" },
{ SCTP_ABORT, "SCTP_ABORT" },
{ SCTP_EOF, "SCTP_EOF" },
#if 0
{ SCTP_SENDALL, "SCTP_SENDALL" },
{ SCTP_EOR, "SCTP_EOR" },
#endif
{ SCTP_SACK_IMMEDIATELY, "SCTP_SACK_IMMEDIATELY" },
{ TCP_NODELAY, "TCP_NODELAY" },
{ TCP_MAXSEG, "TCP_MAXSEG" },
{ TCP_CORK, "TCP_CORK" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment