From owner-cvs-usrbin Tue Mar 5 11:12:07 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16355 for cvs-usrbin-outgoing; Tue, 5 Mar 1996 11:12:07 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16311 Tue, 5 Mar 1996 11:11:52 -0800 (PST) Date: Tue, 5 Mar 1996 11:11:52 -0800 (PST) From: Paul Traina Message-Id: <199603051911.LAA16311@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/tip/libacu unidialer.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk pst 96/03/05 11:11:51 Modified: usr.bin/tip/libacu unidialer.c Log: Here's a patch that fixes the problem with modem syncronization problems with tip. There are some hardwired timeouts that ignores the delay that you can set in the modem configuration file. The hard-wire delay is to short if the modem has to switch major modes and reset (ie going from fax to data mode with a reset). Now my modem transistions from HylaFax control to tip control and ppp mode without any problems. Submitted by: Douglas Ambrisko Revision Changes Path 1.4 +2 -2 src/usr.bin/tip/libacu/unidialer.c