From owner-freebsd-hackers@FreeBSD.ORG Fri May 3 19:32:00 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CEBD056D for ; Fri, 3 May 2013 19:32:00 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6A62B1F82 for ; Fri, 3 May 2013 19:32:00 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id c13so902648eek.15 for ; Fri, 03 May 2013 12:31:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:from:to:subject:date:x-mailer; bh=M/TqVHNpeHztFu+YE2koBDJdKoghu+mHSbKZs/vkpac=; b=girVDouJL6or0NArtvz+R9ZgmORet55SY2E/5K7hUEHM9qhGdKRWDFU8McbCLwYUA/ TOCnUTAmgzsHkUgVBXQPy1lpCAdTpLBUMUPhIbQbXUGJ2xSLUk9hMPkcSw2gfCgyXQ+U uHP3kPYqkFHLre0Pv7bEBJhJ/CXLTUTIDqg1AFyUoC3MYzg+hp8CzwZA9NusCntDIpxZ fBfhFGvzfDnAnP+rJvwxWEB/F9APqQTDEvTWTmabSI15bOXOfajDtYroJGGrT7bsZ9Fy UoOoslxTCh783psNY0HzX0ugiEQNmZxpxL/jtoUtTSAObVweYRJf/MTwohO8XLo2hVzh qWdw== X-Received: by 10.14.115.131 with SMTP id e3mr34282332eeh.43.1367609519332; Fri, 03 May 2013 12:31:59 -0700 (PDT) Received: from DOMYPC ([82.193.208.225]) by mx.google.com with ESMTPSA id bn53sm17732244eeb.7.2013.05.03.12.31.57 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 03 May 2013 12:31:58 -0700 (PDT) Message-ID: <20130503.193155.845.4@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Subject: net/udpxy occasional stream issuses Date: Fri, 03 May 2013 21:31:55 +0200 X-Mailer: POP Peeper (3.8.1.0) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 19:32:00 -0000 I have udpxy-1.0.23 running for over 2 months now. Under 9.1-p3, it's streams over WiFI local net, occasionally hang or start skipping with static squares appearing ... Anyone tuned "something" to fix this? Bandwith of local WiFi net, is more than double sufficient. # /usr/local/sbin/udpxy -p 56089 -S -a wlan0 -m em0 -c 4 -B 2Mb -l /var/log/udpxy.log -H3 # cat /var/log/udpxy.log ------------------------ 2013-05-03 21:26:00.003827 CEST S(1769) No children exited since last check 2013-05-03 21:26:00.003883 CEST S(1769) Got 1 requests 2013-05-03 21:26:00.003901 CEST S(1769) Received TSTAT={ sender=[2390], bytes=[1316000.000000], seconds=[3.000000] } 2013-05-03 21:26:00.003922 CEST S(1769) Updated context for pid=[2390]; [428.4] Kb/sec 2013-05-03 21:26:00.003942 CEST S(1769) Waiting for input from [2] fd's, with timeout 2013-05-03 21:26:00.003955 CEST S(1769) select() timeout set to [30] seconds 2013-05-03 21:26:00.511501 CEST S(1769) No children exited since last check 2013-05-03 21:26:00.511558 CEST S(1769) Got 1 requests 2013-05-03 21:26:00.511577 CEST S(1769) Received TSTAT={ sender=[2405], bytes=[1316000.000000], seconds=[3.000000] } 2013-05-03 21:26:00.511597 CEST S(1769) Updated context for pid=[2405]; [428.4] Kb/sec 2013-05-03 21:26:00.511612 CEST S(1769) Waiting for input from [2] fd's, with timeout 2013-05-03 21:26:00.511625 CEST S(1769) select() timeout set to [30] seconds 2013-05-03 21:26:02.098885 CEST S(1769) No children exited since last check 2013-05-03 21:26:02.098942 CEST S(1769) Got 1 requests 2013-05-03 21:26:02.098961 CEST S(1769) Received TSTAT={ sender=[2390], bytes=[1316000.000000], seconds=[2.000000] } 2013-05-03 21:26:02.098982 CEST S(1769) Updated context for pid=[2390]; [642.6] Kb/sec 2013-05-03 21:26:02.098997 CEST S(1769) Waiting for input from [2] fd's, with timeout 2013-05-03 21:26:02.099009 CEST S(1769) select() timeout set to [30] seconds ------------------------ Shows nothing unusual, just repeating entries ... Domagoj