Re: UDP bugs

kuznet@ms2.inr.ac.ru
Sun, 13 Dec 1998 21:29:41 +0300 (MSK)


Hello!

> Right (silly me!), but what about the input size limits Richard mentioned?
> Is it possible that the reassembler has bugs in this regard?

rmem_max == 65535 by default.

Taking into account 16 bytes of mac header and 4+alignment
for skb refcnt socket with default rmem_max can receive
only 65476 byte frames.

So that, to play with such frames or with IPv6 jumbograms
rcvbuf must be increased. By user/admin, rather than by default, certainly.

Alexey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/