Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 1996 03:54:03 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        Brett_Glass@ccgate.infoworld.com, bde@zeta.org.au, hdalog@zipnet.net, msmith@atrad.adelaide.edu.au
Cc:        Kevin_Swanson@BLaCKSMITH.com, chuckr@glue.umd.edu, freebsd-hardware@FreeBSD.org, jparnas@jparnas.cybercom.net
Subject:   Re: muliport boards - building a PPP dialup server
Message-ID:  <199607021754.DAA20842@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>This brings up a problem I'd forgotten about: slow modem response to flow
>control signals. Often, the modem's internal firmware gives flow control
>such a low priority that several hundred characters can escape before a
>dropped "Clear to Send" signal is recognized. A UART with a big FIFO can
>help, especially if the UART does not have automatic flow control.

The modem needs to recognize flow control within 100-200 characters for
the default FreeBSD buffer sizes.

Flow control can't be depended on to prevent fifo overflows in the UART
because the sender can't be depended on to stop before sending more
characters than fit in the fifo.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607021754.DAA20842>