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
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
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
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
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
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