From: Guus Sliepen Date: Fri, 7 Feb 2014 15:34:08 +0000 (+0100) Subject: Handle errors from TAP-Win32/64 adapter in a better way. X-Git-Tag: 1.0.23-android-1~1 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=67498fb1b55960bcc2ccead2e6341de4167413af;hp=67498fb1b55960bcc2ccead2e6341de4167413af;p=tinc Handle errors from TAP-Win32/64 adapter in a better way. Before, the tapreader thread would just exit immediately after encountering the first error, without notifying the main thread. Now, the tapreader thead never exits itself, but tells the main thread to stop when more than ten errors are encountered in a row. ---