This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 88842f7126daccf205204be05d3143c73fa0624d (commit)
from 37515213e9c7070ffa048ad1abf76802373af496 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 88842f7126daccf205204be05d3143c73fa0624d
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Thu Dec 25 07:28:36 2014 +0100
sync tcp header with glibc
Nginx tries to find TCP_FASTOPEN, which is missing here.
-----------------------------------------------------------------------
Summary of changes:
include/netinet/tcp.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h
index 06e8414..04032bb 100644
--- a/include/netinet/tcp.h
+++ b/include/netinet/tcp.h
@@ -51,6 +51,16 @@
#define TCP_QUICKACK 12 /* Bock/reenable quick ACKs. */
#define TCP_CONGESTION 13 /* Congestion control algorithm. */
#define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */
+#define TCP_COOKIE_TRANSACTIONS 15 /* TCP Cookie Transactions */
+#define TCP_THIN_LINEAR_TIMEOUTS 16 /* Use linear timeouts for thin streams*/
+#define TCP_THIN_DUPACK 17 /* Fast retrans. after 1 dupack */
+#define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */
+#define TCP_REPAIR 19 /* TCP sock is under repair right now */
+#define TCP_REPAIR_QUEUE 20 /* Set TCP queue to repair */
+#define TCP_QUEUE_SEQ 21 /* Set sequence number of repaired queue. */
+#define TCP_REPAIR_OPTIONS 22 /* Repair TCP connection options */
+#define TCP_FASTOPEN 23 /* Enable FastOpen on listeners */
+#define TCP_TIMESTAMP 24 /* TCP time stamp */
#ifdef __USE_MISC
# include <sys/types.h>
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date