Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/netinet6 Pull up revision 1.45 (requested by itojun...



details:   https://anonhg.NetBSD.org/src/rev/56db29431105
branches:  netbsd-2-0
changeset: 561370:56db29431105
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 14 18:00:54 2004 +0000

description:
Pull up revision 1.45 (requested by itojun in ticket #468):
implement IPV6_USE_MIN_MTU sockopt.  needed by bind9 + EDNS0 + big receive buffer.

diffstat:

 sys/netinet6/in6.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7c90b682874e -r 56db29431105 sys/netinet6/in6.h
--- a/sys/netinet6/in6.h        Mon Jun 14 18:00:48 2004 +0000
+++ b/sys/netinet6/in6.h        Mon Jun 14 18:00:54 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6.h,v 1.44 2003/11/12 15:25:19 itojun Exp $  */
+/*     $NetBSD: in6.h,v 1.44.2.1 2004/06/14 18:00:54 tron Exp $        */
 /*     $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $    */
 
 /*
@@ -410,6 +410,7 @@
 #define IPV6_IPSEC_POLICY      28 /* struct; get/set security policy */
 #endif
 #define IPV6_FAITH             29 /* bool; accept FAITH'ed connections */
+#define IPV6_USE_MIN_MTU       42 /* bool; send packets at the minimum MTU */
 /* to define items, should talk with KAME guys first, for *BSD compatibility */
 
 #define IPV6_RTHDR_LOOSE     0 /* this hop need not be a neighbor. XXX old spec */



Home | Main Index | Thread Index | Old Index