From owner-freebsd-net@FreeBSD.ORG Sun May 21 17:15:27 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 25FAE16A500 for ; Sun, 21 May 2006 17:15:27 +0000 (UTC) (envelope-from b.candler@pobox.com) Received: from rune.pobox.com (rune.pobox.com [208.210.124.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1BA243D45 for ; Sun, 21 May 2006 17:15:26 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from rune (localhost [127.0.0.1]) by rune.pobox.com (Postfix) with ESMTP id CBC137934F; Sun, 21 May 2006 13:15:47 -0400 (EDT) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rune.sasl.smtp.pobox.com (Postfix) with ESMTP id 728FE79263; Sun, 21 May 2006 13:15:45 -0400 (EDT) Received: from brian by mappit.local.linnet.org with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FhrWT-0007oC-BR; Sun, 21 May 2006 18:15:21 +0100 Date: Sun, 21 May 2006 18:15:21 +0100 From: Brian Candler To: Mike Tancsa Message-ID: <20060521171521.GA29990@uk.tiscali.com> References: <6.2.3.4.0.20060519110026.05820230@64.7.153.2> <6.2.3.4.0.20060519121104.1126b480@64.7.153.2> <20060521092602.GB20262@uk.tiscali.com> <6.2.3.4.0.20060521104147.081af2d8@64.7.153.2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.3.4.0.20060521104147.081af2d8@64.7.153.2> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org, Ian Smith 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: Sun, 21 May 2006 17:15:27 -0000 On Sun, May 21, 2006 at 11:09:23AM -0400, Mike Tancsa wrote: > The internal USR seems to correctly see the carrier drop and PPP > hence sees it. However, the 2 external Intels I am experimenting > with on the USB serial ports do not. USB-serial adaptors tend to be very broken, unfortunately. I don't know about under Windows, but under FreeBSD/Linux where drivers seem to be reverse-engineered, several I've tried don't seem to handshake properly. I tried two back-to-back to run a local pppd link and it failed (haven't had time to debug that one) IMO there's no substitute for a real COM port. > (not sure why, but chats tx/rx are for all calls in the pas 216 days, > not just this one). This is in the past 4hours. Perhaps with this > one, I am just better off telling it not to try v.90. A pair of analogue modems will never negotiate v90, as for this one end has to be digitally connected (typically T1/E1 trunk, although in theory you might be able to find a modem which is physically connected as ISDN BRI but which supports v90 analogue modulation) The best you'll get is v34bis (33.6K) Regards, Brian.