From: Guus Sliepen Date: Mon, 18 Feb 2002 16:25:19 +0000 (+0000) Subject: - Non-blocking connect()s. X-Git-Tag: release-1.0pre6~80 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c2b9c06062d36bde859b630b99a08c7b7428e721;hp=c2b9c06062d36bde859b630b99a08c7b7428e721 - Non-blocking connect()s. - Socket handling revamped to use sockaddr_t. - tinc can now tunnel over IPv6. - Handle all addresses and subnets in network byte order. Only convert them when they need to be printed. - IPv6 subnets bigger than /128 now work. - Use %s and strerror(errno) instead of %m. ---