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

Add support for SCTP_EXPLICIT_EOR socket option.

parent c0dd4021
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ struct int_symbol platform_symbols_table[] = {
{ SCTP_STATUS, "SCTP_STATUS" },
{ SCTP_GET_PEER_ADDR_INFO, "SCTP_GET_PEER_ADDR_INFO" },
{ SCTP_FRAGMENT_INTERLEAVE, "SCTP_FRAGMENT_INTERLEAVE" },
{ SCTP_EXPLICIT_EOR, "SCTP_EXPLICIT_EOR" },
#if defined(SCTP_INTERLEAVING_SUPPORTED)
{ SCTP_INTERLEAVING_SUPPORTED, "SCTP_INTERLEAVING_SUPPORTED" },
#endif
......
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