]> granicus.if.org Git - strace/commitdiff
xlat: add UDP_SEGMENT to sock_udp_options
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 18 Jun 2018 16:37:55 +0000 (18:37 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 18 Jun 2018 16:58:01 +0000 (18:58 +0200)
* xlat/sock_udp_options.in (UDP_SEGMENT): New constant, introduced by
Linux commit v4.18-rc1~114^2~377^2~8.

xlat/sock_udp_options.in

index 18ec8d4e18f6beccb290bfee796e33a0ca6afc6f..52367e032c581bfd819e51fd5839c2eeb336c66f 100644 (file)
@@ -2,3 +2,4 @@ UDP_CORK                1
 UDP_ENCAP              100
 UDP_NO_CHECK6_TX       101
 UDP_NO_CHECK6_RX       102
+UDP_SEGMENT            103