OpenVPN / tap-windows6

Windows TAP driver (NDIS 6)
Other
798 stars 237 forks source link

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

Open BiradarV opened 1 year ago

BiradarV commented 1 year 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 1 year ago

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

cron2 commented 1 year 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.