There is no reason why one needs to have a lo(4) MTU that is arch specific.
authorclaudio <claudio@openbsd.org>
Wed, 14 May 2014 19:08:33 +0000 (19:08 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 14 May 2014 19:08:33 +0000 (19:08 +0000)
commit147aab6d4b683702496f91250094d6feaf8b918a
tree8aae08088a254110fc04c8d952f81e295fd4b44c
parent1265a493b575c989f44424d93490274fa2b4da7b
There is no reason why one needs to have a lo(4) MTU that is arch specific.
Also making the size 32k + some extra is not very helpful since we don't
do something like zerocopy or sendfile. Just go back to 32768 and we can
bikeshed over the right value later on once we have features that benefit
from it. OK mpi@
sys/net/if_loop.c