[Glibc-bsd-commits] r2774 - trunk/glibc-ports/kfreebsd/netinet
Aurelien Jarno
aurel32 at alioth.debian.org
Wed Sep 2 15:52:30 UTC 2009
Author: aurel32
Date: 2009-09-02 15:52:30 +0000 (Wed, 02 Sep 2009)
New Revision: 2774
Modified:
trunk/glibc-ports/kfreebsd/netinet/tcp.h
Log:
Update from FreeBSD version, needed for OpenBGPd
Modified: trunk/glibc-ports/kfreebsd/netinet/tcp.h
===================================================================
--- trunk/glibc-ports/kfreebsd/netinet/tcp.h 2009-09-02 14:14:38 UTC (rev 2773)
+++ trunk/glibc-ports/kfreebsd/netinet/tcp.h 2009-09-02 15:52:30 UTC (rev 2774)
@@ -61,6 +61,9 @@
#define TCP_MAXSEG 2 /* Set maximum segment size */
#define TCP_NOPUSH 4 /* Don't push last block of write */
#define TCP_NOOPT 8 /* Don't use TCP options */
+#define TCP_MD5SIG 16 /* use MD5 digests (RFC2385) */
+#define TCP_INFO 32 /* retrieve tcp_info structure */
+#define TCP_CONGESTION 64 /* get/set congestion control algorithm */
#ifdef __USE_MISC
# include <sys/types.h>
More information about the Glibc-bsd-commits
mailing list