mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
Tweak to symmetric NAT buster to add one to the number of ports above the current one it attempts.
This commit is contained in:
parent
ee9e6a3c6b
commit
0c85b4ef5f
@ -482,7 +482,7 @@ unsigned long Switch::doTimerTasks()
|
||||
* the original port one more time for good measure, since sometimes it
|
||||
* fails first time around. */
|
||||
int p = (int)qi->inaddr.port() - 2;
|
||||
for(int k=0;k<5;++k) {
|
||||
for(int k=0;k<6;++k) {
|
||||
if ((p > 0)&&(p <= 0xffff)) {
|
||||
qi->inaddr.setPort((unsigned int)p);
|
||||
sendHELLO(qi->peer,qi->inaddr);
|
||||
|
Loading…
Reference in New Issue
Block a user