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

Disable IPv6

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-07-01 13:35:53 +02:00
parent 523d391b5f
commit 70be64bff6

View File

@ -63,7 +63,7 @@ Core::~Core()
void Core::start()
{
tox = tox_new(1);
tox = tox_new(0); // IPv6 causes some weird routers to crash, according to anon
if (tox == nullptr)
{
qCritical() << "Tox core failed to start";