diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2004-07-09 09:14:13 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2004-07-09 09:14:13 +0000 |
commit | f43f6dcd72555b63c0c563ef38c7b14cddd7ad44 (patch) | |
tree | 7e5b50145e07b4a0abcebccdfa3793d432f8669c | |
parent | ff423732e7588efcccd337e5789a832cd7bccb4c (diff) |
typo. Bruno Rohee
-rw-r--r-- | sys/netinet/ip6.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index 5267d44a4bd..5ef86fe00b8 100644 --- a/sys/netinet/ip6.h +++ b/sys/netinet/ip6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6.h,v 1.15 2004/04/26 05:12:12 itojun Exp $ */ +/* $OpenBSD: ip6.h,v 1.16 2004/07/09 09:14:12 itojun Exp $ */ /* $KAME: ip6.h,v 1.45 2003/06/05 04:46:38 keiichi Exp $ */ /* @@ -258,10 +258,10 @@ struct ip6_frag { /* * Internet implementation parameters. */ -#define IPV6_MAXHLIM 255 /* maximun hoplimit */ +#define IPV6_MAXHLIM 255 /* maximum hoplimit */ #define IPV6_DEFHLIM 64 /* default hlim */ #define IPV6_FRAGTTL 120 /* ttl for fragment packets, in slowtimo tick */ -#define IPV6_HLIMDEC 1 /* subtracted when forwaeding */ +#define IPV6_HLIMDEC 1 /* subtracted when forwarding */ #define IPV6_MMTU 1280 /* minimal MTU and reassembly. 1024 + 256 */ #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ |