Skip to content
Snippets Groups Projects
Commit a28389dd authored by Hoelscher's avatar Hoelscher
Browse files

add symbol for sctp_add_streams

parent b06cbd41
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,8 @@ struct int_symbol platform_symbols_table[] = {
{ SCTP_STREAM_RESET_INCOMING, "SCTP_STREAM_RESET_INCOMING" },
{ SCTP_STREAM_RESET_OUTGOING, "SCTP_STREAM_RESET_OUTGOING" },
{ SCTP_RESET_ASSOC, "SCTP_RESET_ASSOC" },
{ SCTP_ADD_STREAMS, "SCTP_ADD_STREAMS" },
/* /usr/include/netinet/tcp.h */
{ TCP_NODELAY, "TCP_NODELAY" },
{ TCP_MAXSEG, "TCP_MAXSEG" },
......
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