aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_sctp.txt
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-12-17 19:44:34 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-18 07:48:36 +0100
commitf2fe0772a950d90c97c9f756cd6c07325344ac9a (patch)
tree1526da113f677e60a5b6748853e02d77acf7e692 /sys/linux/socket_inet_sctp.txt
parent64ca0a371100fc7dfdb20de9263763e46c88a436 (diff)
sys/linux: various descriptions fixes
Diffstat (limited to 'sys/linux/socket_inet_sctp.txt')
-rw-r--r--sys/linux/socket_inet_sctp.txt41
1 files changed, 23 insertions, 18 deletions
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 [