Re: Question Re: PPP speed

Alan Cox (alan@cymru.net)
Mon, 13 May 1996 09:01:32 +0100 (BST)


> When under linux and I ftp somthing from one of our ftp sites
> ftp says that the max speed I get is about 2.4 k / sec but under Windoze
> 95 I get 25K sec? - This is to the same site under the same

I assume you mean 2.5K a second ?

> To connect to my Internet Provider I am using chat + pppd.
> The line in the script file that I am using is as follows :-)
>
> exec /usr/sbin/pppd debug lock modem crtscts /dev/modem 38400 \
> asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
> noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT

You ought to be able to use asyncmap 00000000000

Alan