udp packets dropping

2003-07-25 Thread Arie Kachler
Hello, I have a DNS server with a lot of traffic. After just a couple of minutes of resetting the netstat -s counters, I get the following output: 130670 datagrams received 0 with incomplete header 0 with bad data length field 1 with bad checksum 30 with

Re: udp packets dropping

2003-07-25 Thread Vitali Malicky
Hello, Hi. try to assign sysctl vars like mine... net.local.dgram.maxdgram=4096 net.local.dgram.recvspace=8192 net.inet.udp.maxdgram=9216 net.inet.udp.recvspace=41600 net.inet.raw.maxdgram=32767 net.inet.raw.recvspace=16384 net.inet.udp.log_in_vain=1 check if you netcard works in full duplex