socket buffers

[ Available lists | Index of freebsd-questions | Month of Feb 1997 | Week of 22 Feb 1997 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Petri Helenius <pete@sms.fi>
Date
22 Feb 1997 13:46:38
Subject
socket buffers
Message-ID
199702222146.XAA00595@silver.sms.fi

Replies
Referenced by

[ Hide this part ]
 
I'm running an application that makes heavy use of UDP datagrams and
even when the box is less than half loaded (CPU is 50% idle) I'm
losing a lot of datagrams (they are received on the box but they are
dropped at somewhere in the system level:)

udp:
38518974 datagrams received
0 with incomplete header
0 with bad data length field
0 with bad checksum
21 dropped due to no socket
1832 broadcast/multicast datagrams dropped due to no socket
13319898 dropped due to full socket buffers
0 not for hashed pcb
25197223 delivered
238990767 datagrams output

Since they are marked dropped due to full socket buffers the question
is how do I increase the buffers?

Pete


Elapsed time: 0.046 seconds