ikev1: Add fragmentation support for Windows peers

I still think ipsec/l2tp with fragmentation support is a useful
fallback option in case the Windows IKEv2 connection fails because
of fragmentation problems.

Tested with Windows XP, 7 and 8.1.
This commit is contained in:
Volker Rümelin
2014-10-10 10:54:37 +02:00
committed by Tobias Brunner
parent 3633b80147
commit 05db0f97e3
3 changed files with 58 additions and 13 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ enum ike_extension_t {
EXT_EAP_ONLY_AUTHENTICATION = (1<<5),
/**
* peer is probably a Windows 7 RAS client
* peer is probably a Windows RAS client
*/
EXT_MS_WINDOWS = (1<<6),