Improve LAN discovery#586
Improve LAN discovery#586robinlinden merged 2 commits intoTokTok:masterfrom Diadlo:improve_lan_discovery
Conversation
|
This change, reques update the spec |
|
This is great news. |
|
@Diadlo can you please also add logging to that, so that if LAN discovery finds something this fact is logged |
|
@zoff99 Because LAN discovery uses broadcast messages, I only can handle when someone found you, but not when you found someone |
|
@Diadlo that sounds good. with logging i can actually try it on my LAN with 2 clients and see if it works. because now there is no logging like that, and i think its not working on my LAN. |
|
https://github.com/TokTok/spec/blob/master/spec.md#lan-discovery does that mean with landiscovery "ON" packets will be sent every 10 seconds forever? or will this stop at some point? |
|
Reviewed 2 of 2 files at r1. Comments from Reviewable |
|
does this only scan from "TOX_PORTRANGE_FROM 33445" to "TOX_PORTRANGE_TO 33545" ? |
|
Review status: all files reviewed at latest revision, all discussions resolved, some commit checks failed. Comments from Reviewable |
|
@zoff99 Added logging
Yes
What do you think about it? |
|
@Diadlo what is "incremented" port ? |
|
|
Reviewed 1 of 2 files at r1, 1 of 1 files at r2, 1 of 1 files at r3. Comments from Reviewable |
|
Rebase (or checkbox). |
Issue: If another tox instance started on the not default port, LAN discovery will be failed. Now tox will iterate though all possible ports to find another tox instances.
|
@iphydf Done (both) |
Issue: If another tox instance started on the not default port, LAN
discovery will be failed.
Now tox will iterate though all possible ports to find another tox
instances.
This change is