Date: Wed, 18 Sep 2002 18:03:26 +0300 From: Petri Helenius <pete@he.iki.fi> To: freebsd-net@freebsd.org Subject: socket buffers Message-ID: <3D8895BE.F2F12CED@he.iki.fi>
next in thread | raw e-mail | index | archive | help
I played around adjusting udp socket buffers for a while and noticed that if the input buffer is set to a value, packets start getting dropped when npkt*MTU > SO_RCVBUF so if a socket receives 100 byte packets over an ethernet interface of 1500 byte MTU and receive buffer of 100k the packets start dropping at less than 10k received data in a buffer. Is this a feature or a bug? I'm running RELENG_4 from a few weeks ago. Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D8895BE.F2F12CED>