Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: is
Date: Sat Sep 25 17:49:29 UTC 1999
Modified Files:
syssrc/sys/conf: files
syssrc/sys/net: if_arc.h if_arcsubr.c
syssrc/sys/netinet: if_arp.c
Log Message:
Decouple IP mtu for ARCnet devices from interface MTU.
This is important, because for most protocols, link level fragmentation is
used, but with different default effective MTUs. (e.g.: IPv4 default MTU
is 1500 octets, IPv6 default MTU is 9072 octets).
To generate a diff of this commit:
cvs rdiff -r1.316 -r1.317 syssrc/sys/conf/files
cvs rdiff -r1.11 -r1.12 syssrc/sys/net/if_arc.h
cvs rdiff -r1.27 -r1.28 syssrc/sys/net/if_arcsubr.c
cvs rdiff -r1.65 -r1.66 syssrc/sys/netinet/if_arp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index