You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a netcheck report where we have established connectivity to the derper and figured out our IPv4 STUN addresses very quickly, yet keep waiting for all probes much, much to long. In fact it logs Have enough probe reports, aborting further probes soon and yet it waits forever for to actually abort. This wreaks havoc with good connection establishment.
Splitting this off to keep #1984 somewhat limited in scope.
## Description
Once netcheck has managed to establish an external IP address there is
no need to further wait on the portmapper. The results are already
useful. If later the portmapper manages to get something done the
magicsock will react to that and make use of it.
## Notes & open questions
Fixes#2021
## Change checklist
- [x] Self-review.
- [x] Documentation updates if relevant.
- [x] Tests if relevant.
…ter#2027)
## Description
Once netcheck has managed to establish an external IP address there is
no need to further wait on the portmapper. The results are already
useful. If later the portmapper manages to get something done the
magicsock will react to that and make use of it.
## Notes & open questions
Fixesn0-computer#2021
## Change checklist
- [x] Self-review.
- [x] Documentation updates if relevant.
- [x] Tests if relevant.
I have a netcheck report where we have established connectivity to the derper and figured out our IPv4 STUN addresses very quickly, yet keep waiting for all probes much, much to long. In fact it logs
Have enough probe reports, aborting further probes soon
and yet it waits forever for to actually abort. This wreaks havoc with good connection establishment.Splitting this off to keep #1984 somewhat limited in scope.
Relevant log: https://gist.github.com/flub/1d503f757bc1e275e417d0d918b66604
The text was updated successfully, but these errors were encountered: