Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 08/15/2003 19:22:09
Module Name: src
Committed By: jonathan
Date: Fri Aug 15 19:22:09 UTC 2003
Modified Files:
src/sys/net: if_loop.c
Log Message:
Make if_loop MTU settable via SIOCSFMTU/ifconfig. Useful for testing,
and for regression-testing performance at various MTUs.
NB: route MTU may not track MTU changes, which may cause problems for
AF_ISO if loopback MTU is decreased. I've never seen problems with IP,
in various tests going back to around NetBSD 1.3.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/net/if_loop.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.