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
The application exit due to port binding failure.
I think the port was used serving other traffic, 1000 time trying won't last that long for the port to be released.
I think for the 1000 times trying, maybe we could use different random port instead of same random port?
Which means to move the port calculation into the loop instead of ouside the loop.
Thoughts?
The text was updated successfully, but these errors were encountered:
yea, i'm suffering from this issue and almost would like to fork and change
myself.
I'll submit an MR once I'm available but it would be great if you could
update it from master repo.
bo
wangyu- <[email protected]> 于2018年11月13日周二 下午4:21写道:
https://github.com/wangyu-/udp2raw-tunnel/blob/b1f0498472b644457d3588f90bde34b4338608dc/network.cpp#L2546
The application exit due to port binding failure.
I think the port was used serving other traffic, 1000 time trying won't last that long for the port to be released.
I think for the 1000 times trying, maybe we could use different random port instead of same random port?
Which means to move the port calculation into the loop instead of ouside the loop.
Thoughts?
The text was updated successfully, but these errors were encountered: