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:
parent
b1b9aab8e2
commit
e218b07ab8
2
core.cpp
2
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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user