1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Enable IPv6, needed for LAN discovery

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-07-02 00:27:33 +02:00
parent b1b9aab8e2
commit e218b07ab8

View File

@ -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";