From 68d00ce2d673f26626821c6c367baddfeb46fb21 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 7 Sep 2017 06:45:04 +0000 Subject: [PATCH] Update TCP_* constants * xlat/socktcpoptions.in: Add TCP_ULP and TCP_MD5SIG_EXT. * NEWS: Mention this. --- NEWS | 2 +- xlat/socktcpoptions.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3a8ed3da..2daf5bc3 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Noteworthy changes in release ?.?? (????-??-??) =============================================== * Improvements - * Updated the list of SOL_* constants. + * Updated lists of SOL_* and TCP_* constants. Noteworthy changes in release 4.19 (2017-09-05) =============================================== diff --git a/xlat/socktcpoptions.in b/xlat/socktcpoptions.in index 6de28f36..747b184c 100644 --- a/xlat/socktcpoptions.in +++ b/xlat/socktcpoptions.in @@ -28,3 +28,5 @@ TCP_SAVE_SYN TCP_SAVED_SYN TCP_REPAIR_WINDOW TCP_FASTOPEN_CONNECT +TCP_ULP +TCP_MD5SIG_EXT -- 2.40.0