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:
committed by
Tobias Brunner
parent
3633b80147
commit
05db0f97e3
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user