From 3ae7460853b6777e18f213b316d43cef6c5a603e Mon Sep 17 00:00:00 2001 From: "Coren[m]" Date: Tue, 10 Sep 2013 20:55:05 +0200 Subject: util.*: - added logging functions, default off tox.h: - added includes for sockaddr_in/6 network.c: - added logging functions, default off (#define in util.h) - IPv6: activating site-local all-nodes multicast address (i.e. IPv6 equivalent of broadcast) --- toxcore/network.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toxcore/network.h') diff --git a/toxcore/network.h b/toxcore/network.h index 0d31ffac..e804379d 100644 --- a/toxcore/network.h +++ b/toxcore/network.h @@ -119,6 +119,7 @@ typedef struct { } IPAny_Port; #undef TOX_ENABLE_IPV6 +/* #define TOX_ENABLE_IPV6 */ #ifdef TOX_ENABLE_IPV6 #define TOX_ENABLE_IPV6_DEFAULT 1 typedef IPAny IP; -- cgit v1.2.3