Re: low throughput on PPP link

1998-06-02 Thread Jens B. Jorgensen
Gregory Guthrie wrote: > At 09:35 AM 6/2/98 -0500, Jens B. Jorgensen wrote: > >> > >Well, you need to pass the speed to pppd as 115200, not 57600. You > see, the > >> > >set_serial spd_vhi flag sets what speed will be used if 38400 is > selected. > >> > >However, pppd can set the speed to 115200 j

Re: low throughput on PPP link

1998-06-02 Thread Gregory Guthrie
At 09:35 AM 6/2/98 -0500, Jens B. Jorgensen wrote: >> > >Well, you need to pass the speed to pppd as 115200, not 57600. You see, the >> > >set_serial spd_vhi flag sets what speed will be used if 38400 is selected. >> > >However, pppd can set the speed to 115200 just fine if you specify it. You're >

Re: low throughput on PPP link

1998-06-02 Thread Jens B. Jorgensen
Hamish Moffatt wrote: > On Mon, Jun 01, 1998 at 11:28:02PM -0500, Gregory Guthrie wrote: > > At 05:59 PM 5/29/98 -0500, Jens B. Jorgensen wrote: > > >Well, you need to pass the speed to pppd as 115200, not 57600. You see, the > > >set_serial spd_vhi flag sets what speed will be used if 38400 is se

Re: low throughput on PPP link

1998-06-02 Thread Hamish Moffatt
On Mon, Jun 01, 1998 at 11:28:02PM -0500, Gregory Guthrie wrote: > At 05:59 PM 5/29/98 -0500, Jens B. Jorgensen wrote: > >Well, you need to pass the speed to pppd as 115200, not 57600. You see, the > >set_serial spd_vhi flag sets what speed will be used if 38400 is selected. > >However, pppd can se

Re: low throughput on PPP link

1998-06-02 Thread Gregory Guthrie
At 05:59 PM 5/29/98 -0500, Jens B. Jorgensen wrote: >Well, you need to pass the speed to pppd as 115200, not 57600. You see, the >set_serial spd_vhi flag sets what speed will be used if 38400 is selected. >However, pppd can set the speed to 115200 just fine if you specify it. You're >specifying 576

low throughput on PPP link

1998-05-31 Thread Gregory Guthrie
Currently we are building two Debian boxes(2.0.30) running as routers with a PPP link in between. Things are mostly going fine except the link throughput. 56kbps is the best it gets while we are expecting over 100kbps since we are using the 16550A UART serial cards, trying for 115K.. Here's the de

Re: low throughput on PPP link

1998-05-29 Thread Jens B. Jorgensen
Well, you need to pass the speed to pppd as 115200, not 57600. You see, the set_serial spd_vhi flag sets what speed will be used if 38400 is selected. However, pppd can set the speed to 115200 just fine if you specify it. You're specifying 57600 and that's what you're getting. Xiangyang Ha wrote:

low throughput on PPP link

1998-05-29 Thread Xiangyang Ha
Currently we are building two Debian boxes(2.0.30) running as routers with a PPP link in between. Things are mostly going fine except the link throughput. 56kbps is the best it gets while we are expecting over 100kbps since we are using the 16550A UART serial cards. Here's the details: == seri