From: Guus Sliepen Date: Sun, 1 Nov 2015 20:07:56 +0000 (+0100) Subject: Update "now" after connect() when making outgoing connections. X-Git-Tag: release-1.1pre12~48 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2a7871990bc401921b8bb9accbc6a8206d564f72;hp=2a7871990bc401921b8bb9accbc6a8206d564f72 Update "now" after connect() when making outgoing connections. It could be that address resolution takes a long time, don't let that count against a connection. This is especially important when using a nameserver from the VPN. # Conflicts: # src/net_socket.c ---