From f2fe0772a950d90c97c9f756cd6c07325344ac9a Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 17 Dec 2019 19:44:34 +0100 Subject: sys/linux: various descriptions fixes --- sys/linux/socket_inet_sctp.txt | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) (limited to 'sys/linux/socket_inet_sctp.txt') diff --git a/sys/linux/socket_inet_sctp.txt b/sys/linux/socket_inet_sctp.txt index 813c2bb4a..b50f62d86 100644 --- a/sys/linux/socket_inet_sctp.txt +++ b/sys/linux/socket_inet_sctp.txt @@ -372,13 +372,15 @@ sctp_setadaptation { } sctp_paddrparams { - spp_assoc_id assoc_id - spp_address sockaddr_storage_sctp - spp_hbinterval int32 - spp_pathmaxrxt int16 - spp_pathmtu int32 - spp_sackdelay int32 - spp_flags flags[sctp_spp_flags, int32] + spp_assoc_id assoc_id + spp_address sockaddr_storage_sctp + spp_hbinterval int32 + spp_pathmaxrxt int16 + spp_pathmtu int32 + spp_sackdelay int32 + spp_flags flags[sctp_spp_flags, int32] + spp_ipv6_flowlabel int32 + spp_dscp int8 } [packed, align_4] sctp_spp_flags = SPP_HB_ENABLE, SPP_HB_DISABLE, SPP_HB_DEMAND, SPP_HB_TIME_IS_ZERO, SPP_PMTUD_ENABLE, SPP_PMTUD_DISABLE, SPP_SACKDELAY_ENABLE, SPP_SACKDELAY_DISABLE @@ -398,17 +400,20 @@ sctp_sndrcvinfo { sctp_sndrcv_flags = SCTP_UNORDERED, SCTP_ADDR_OVER, SCTP_ABORT, SCTP_SACK_IMMEDIATELY, SCTP_NOTIFICATION, SCTP_EOF sctp_event_subscribe { - sctp_data_io_event int8 - sctp_association_event int8 - sctp_address_event int8 - sctp_send_failure_event int8 - sctp_peer_error_event int8 - sctp_shutdown_event int8 - sctp_partial_delivery_e int8 - sctp_adaptation_layer_e int8 - sctp_authentication_e int8 - sctp_sender_dry_event int8 - sctp_stream_reset_event int8 + sctp_data_io_event int8 + sctp_association_event int8 + sctp_address_event int8 + sctp_send_failure_event int8 + sctp_peer_error_event int8 + sctp_shutdown_event int8 + sctp_partial_delivery_e int8 + sctp_adaptation_layer_e int8 + sctp_authentication_e int8 + sctp_sender_dry_event int8 + sctp_stream_reset_event int8 + sctp_assoc_reset_event int8 + sctp_stream_change_event int8 + sctp_send_failure_event_event int8 } sctp_maxseg [ -- cgit mrf-deployment