aboutsummaryrefslogtreecommitdiff
path: root/include/lapi/tcp.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:00:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:00:57 +0000
commit78c753a2bc1062c1fdb4c7b2e618554896827b45 (patch)
treebed7e68b13373f89a7ffd8feb37b0cc557e9da5b /include/lapi/tcp.h
parent215bb8bdef76ef57566913dc4e9fc0bc20b0d92d (diff)
parent90164cf586a337bcb89a75f9dd92b9803e278dc1 (diff)
downloadltp-78c753a2bc1062c1fdb4c7b2e618554896827b45.tar.gz
Snap for 11526323 from 90164cf586a337bcb89a75f9dd92b9803e278dc1 to simpleperf-releasesimpleperf-release
Change-Id: I288786e8fccc3a1f3a579fa5d8791b22977dd569
Diffstat (limited to 'include/lapi/tcp.h')
-rw-r--r--include/lapi/tcp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lapi/tcp.h b/include/lapi/tcp.h
index bb98f28f0..87c5636f6 100644
--- a/include/lapi/tcp.h
+++ b/include/lapi/tcp.h
@@ -12,6 +12,10 @@
# define TCP_FASTOPEN 23
#endif
+#ifndef TCP_ULP
+# define TCP_ULP 31
+#endif
+
#ifndef TCP_FASTOPEN_CONNECT
# define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */
#endif