From: Guus Sliepen Date: Sat, 24 Oct 2009 22:50:09 +0000 (+0200) Subject: Use WSAGetLastError() to determine cause of network errors on Windows. X-Git-Tag: release-1.0.11~4 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c11dc8079b60d9f8c5b1c7e8fecd90d0fac5a20c;hp=c11dc8079b60d9f8c5b1c7e8fecd90d0fac5a20c Use WSAGetLastError() to determine cause of network errors on Windows. This reduces log spam and lets path MTU discovery work faster. ---