From: Etienne Dechamps Date: Sat, 19 Jul 2014 17:11:42 +0000 (+0100) Subject: Handle TAP-Win32 immediate reads correctly. X-Git-Tag: release-1.1pre11~56 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=5ae1ec8d80393182b6ff235062b6816b64edfa9b;hp=5ae1ec8d80393182b6ff235062b6816b64edfa9b;p=tinc Handle TAP-Win32 immediate reads correctly. The handling of TAP-Win32 virtual network device reads that complete immediately (ReadFile() returns TRUE) is incorrect - instead of starting a new read, tinc will continue listening for the overlapped read completion event which will never fire. As a result, tinc stops receiving packets on the interface. ---