Browse Source

Enable IPv6, needed for LAN discovery

pull/59/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
e218b07ab8
  1. 2
      core.cpp

2
core.cpp

@ -63,7 +63,7 @@ Core::~Core() @@ -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…
Cancel
Save