summaryrefslogtreecommitdiff
path: root/accel-pptpd/ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/ppp.h')
-rw-r--r--accel-pptpd/ppp.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/accel-pptpd/ppp.h b/accel-pptpd/ppp.h
index e640229..8e8558b 100644
--- a/accel-pptpd/ppp.h
+++ b/accel-pptpd/ppp.h
@@ -54,18 +54,11 @@ struct ppp_t
char *chan_name;
+ //options
int mtu,mru;
- int require_mppe:1;
- int require_pap:1;
- int require_chap:1;
- int require_mschap:1;
- int require_mschap_v2:1;
-
- int allow_mppe:1;
- int allow_pap:1;
- int allow_chap:1;
- int allow_mschap:1;
- int allow_mschap_v2:1;
+ int accomp; // 0 - disabled, 1 - enable, 2 - allow, disabled, 3 - allow,enabled
+ int pcomp; // 0 - disabled, 1 - enable, 2 - allow, disabled, 3 - allow,enabled
+ //
int log:1;