Re: mpd-netgraph bandwidth settings

2001-03-27 Thread Archie Cobbs
Dan Larsson writes: > | > | link.h: #define LINK_DEFAULT_BANDWIDTH 64000 /* 64k */ > | > | pptp.c: #define PPTP_CALL_MAX_BPS 64000 > | > | pptp.c: PPTP_OCR_RESL_OK, 0, 0, 64000 /*XXX*/ ); > | > | pptp_ctrl.c: con.speed = 64000;/* XXX */ > | > > | > Thank

Re: mpd-netgraph bandwidth settings

2001-03-26 Thread Dan Larsson
On Mon, 26 Mar 2001, Archie Cobbs wrote: | Dan Larsson writes: | > | DL> How can I change the bandwidth from 64000bps to something else | > | DL> when acting as a pptp-server? | > | | > | $cd src | > | $grep 64000 * | > | link.h: #define LINK_DEFAULT_BANDWIDTH 64000 /* 64k */ | > | ppt

Re: mpd-netgraph bandwidth settings

2001-03-26 Thread Julian Elischer
Martin McFlySr wrote: > > Hello Dan Larsson, > > Monday, 26 March 2001, 20:44:47, you wrote: > > DL> How can I change the bandwidth from 64000bps to something else > DL> when acting as a pptp-server? > > $cd src > $grep 64000 * > link.h: #define LINK_DEFAULT_BANDWIDTH 64000 /* 64k

Re: mpd-netgraph bandwidth settings

2001-03-26 Thread Archie Cobbs
Dan Larsson writes: > | DL> How can I change the bandwidth from 64000bps to something else > | DL> when acting as a pptp-server? > | > | $cd src > | $grep 64000 * > | link.h: #define LINK_DEFAULT_BANDWIDTH 64000 /* 64k */ > | pptp.c: #define PPTP_CALL_MAX_BPS 64000 > | pptp.c: P

Re: mpd-netgraph bandwidth settings

2001-03-26 Thread Dan Larsson
On Mon, 26 Mar 2001, Martin McFlySr wrote: | DL> How can I change the bandwidth from 64000bps to something else | DL> when acting as a pptp-server? | | $cd src | $grep 64000 * | link.h: #define LINK_DEFAULT_BANDWIDTH 64000 /* 64k */ | pptp.c: #define PPTP_CALL_MAX_BPS 64000 | ppt

Re: mpd-netgraph bandwidth settings

2001-03-26 Thread Martin McFlySr
Hello Dan Larsson, Monday, 26 March 2001, 20:44:47, you wrote: DL> How can I change the bandwidth from 64000bps to something else DL> when acting as a pptp-server? $cd src $grep 64000 * link.h: #define LINK_DEFAULT_BANDWIDTH 64000 /* 64k */ pptp.c: #define PPTP_CALL_MAX_BPS