summaryrefslogtreecommitdiff
path: root/accel-pptpd/ctrl/pptp_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/ctrl/pptp_prot.h')
-rw-r--r--accel-pptpd/ctrl/pptp_prot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/ctrl/pptp_prot.h b/accel-pptpd/ctrl/pptp_prot.h
index 7e3ebdd..ee8cb34 100644
--- a/accel-pptpd/ctrl/pptp_prot.h
+++ b/accel-pptpd/ctrl/pptp_prot.h
@@ -3,6 +3,8 @@
#include <sys/types.h>
+#define PPTP_MAX_MTU 1436
+
#define hton8(x) (x)
#define ntoh8(x) (x)
#define hton16(x) htons(x)