Fix compatibility with TAP-Win32 9.0.0.21 and later.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 18 Jan 2016 12:58:46 +0000 (13:58 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 18 Jan 2016 12:58:46 +0000 (13:58 +0100)
Tinc was a bit sloppy writing packets to the TAP-Win32 device using
overlapped I/O. It worked with older versions of the driver, but it
caused lots of dropped packets with newer versions of the driver (that
use the NDIS 6 API).


No differences found