summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-09-07 06:45:04 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-09-07 06:45:04 +0000
commit68d00ce2d673f26626821c6c367baddfeb46fb21 (patch)
tree5642cd0f3efced9989acbfb374c67feeb10fd9de
parent3e178d2fb26352d6596530d247d5783d687956e9 (diff)
downloadstrace-68d00ce2d673f26626821c6c367baddfeb46fb21.tar.gz
Update TCP_* constants
* xlat/socktcpoptions.in: Add TCP_ULP and TCP_MD5SIG_EXT. * NEWS: Mention this.
-rw-r--r--NEWS2
-rw-r--r--xlat/socktcpoptions.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a8ed3daf..2daf5bc37 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 6de28f36a..747b184c6 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