-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still sends IPv6 messages despite the IPv6 options being turned off #1432
Comments
It doesn't send any IPv6 network packets. This log message says that toxcore was about to send a packet to an IPv6 address using AF_INET socket, but doing so makes no sense, so it caught that and didn't send that packet. Lines 512 to 517 in 30b9369
Still, the existence of this error message implies that whoever calls |
This log message pops up about every 5 seconds. Any way to make it not do that or disable log completely? |
Would you be able to run this in
|
Any way to do this with a compiled Windows version? |
toxcore-0.2.11,1
qTox-1.16.3.882
FreeBSD 12.1
A lot of messages like this are printed into the log, both during start and later:
Enable IPv6
is off.The text was updated successfully, but these errors were encountered: