OpenVPN / tap-windows6

Windows TAP driver (NDIS 6)
Other
765 stars 238 forks source link

Allowing to use the configured MTU and to work with HPE Aruba Client #163

Open BiradarV opened 11 months ago

BiradarV commented 11 months ago
  1. Modified code to use the configured MTU.
  2. Setting bIsDestinationSame to TRUE to work with HPE Aruba Client.
  3. Added the conditional logic to bIsDestinationSame based on which client it is loaded by.
  4. bIsDestinationSame related changes are conditionally compiled based on the macro ARUBA_SPECIFIC value.
schwabe commented 11 months ago

You already got feedback to this approach in your previous PR #150. That feedback still applies.

cron2 commented 11 months ago

It seems there is a bugfix related to MTU handling in here - this should go into its own PR, unrelated to the HPE/Aruba changes.