From owner-freebsd-net@FreeBSD.ORG Tue May 23 18:11:04 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C3216A424 for ; Tue, 23 May 2006 18:11:04 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 947BA43D45 for ; Tue, 23 May 2006 18:11:03 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k4NIAxQg084495; Tue, 23 May 2006 14:11:01 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3P/8.13.3) with ESMTP id k4NIAvgO025782 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 May 2006 14:10:58 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20060523140627.10b27dd8@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Tue, 23 May 2006 14:10:39 -0400 To: Ian Smith From: Mike Tancsa In-Reply-To: References: <6.2.3.4.0.20060521154616.11bd1d60@64.7.153.2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: freebsd-net@freebsd.org, Brian Candler Subject: Re: improving transport over lossy links ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2006 18:11:04 -0000 At 06:15 AM 23/05/2006, Ian Smith wrote: >I had a browse through /sys/dev/usb/{uft,ucom}* but was well out of my >depth .. it =looks= like DCD (aka RLSD) changes should be picked up ok; >perhaps you're right about some odd init string or such - good luck! It looks like its an issue with the USB serial device and or driver. Whether the driver or the actual device (or both) not sure. If I put the same 2 modems put on 2 regular serial ports, ppp is able to see the carrier is down and drop the connection from the bundle. Same init strings, only difference is the ports they were on. ---Mike