From e218b07ab87f6dddc172fa6f2065b92d9ef661f0 Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Wed, 2 Jul 2014 00:27:33 +0200 Subject: [PATCH] Enable IPv6, needed for LAN discovery --- core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.cpp b/core.cpp index c59157625..970d6fcfa 100644 --- a/core.cpp +++ b/core.cpp @@ -63,7 +63,7 @@ Core::~Core() void Core::start() { - tox = tox_new(0); // IPv6 causes some weird routers to crash, according to anon + tox = tox_new(1); // IPv6 enabled, needed for LAN discovery, but can crash some weird routers if (tox == nullptr) { qCritical() << "Tox core failed to start";