From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 05:37:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFA9016A4CE for ; Tue, 19 Apr 2005 05:37:00 +0000 (GMT) Received: from relay2.quantum.ru (relay2.quantum.ru [213.170.81.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E17043D46 for ; Tue, 19 Apr 2005 05:37:00 +0000 (GMT) (envelope-from z1nkum@gmail.com) Received: from relay2.quantum.ru (localhost [127.0.0.1]) by relay2.quantum.ru (Postfix) with SMTP id 56E0BB3C7 for ; Tue, 19 Apr 2005 09:36:55 +0400 (MSD) Received: from [192.168.18.81] (mama.quantum.ru [213.170.105.102]) by relay2.quantum.ru (Postfix) with ESMTP id 579C4B3A1 for ; Tue, 19 Apr 2005 09:36:54 +0400 (MSD) Message-ID: <42649900.3050705@gmail.com> Date: Tue, 19 Apr 2005 09:37:04 +0400 From: "Dmitry S. Vlasov" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through Subject: UDP packets "dropped due to full socket buffers" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 05:37:00 -0000 Hello! I see next one: server[root]:/var/tmp # netstat -n -a -p udp Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) udp4 33269 0 *.1646 *.* udp4 0 0 *.1645 *.* udp4 0 0 *.69 *.* udp4 0 0 *.514 *.* server[root]:/var/tmp # netstat -n -s -a -p udp udp: 28698464 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 187 with no checksum 977 dropped due to no socket 0 broadcast/multicast datagrams dropped due to no socket 9688498 dropped due to full socket buffers 0 not for hashed pcb 19008989 delivered 18904504 datagrams output 9688498 UDP datagrams was dropped and it's so sad :( I try to enlarge this sysctl variable: net.inet.udp.recvspace = 160000 But problem still exist... Can you help me, what else i've to do?