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
So, I suggest to improve the code or include a configurable alternive, like with Environment variables.
I compiled it disabling this and then it works in this server.
I hope this helps to improve this tool.
Regards.
The text was updated successfully, but these errors were encountered:
Hi, thank you for the input. I implemented your suggested workaround using 2 env variables: UDPXY_SKIP_REUSEPORT & UDPXY_SKIP_REUSEADDR. It's in the branch i24-reuseaport. Please test and let me know if it works for you.
Hi,
Using a Debian 7 x64 machine (yes, quite old but working) I detected that the double call to the setsockopt SO_REUSEPORT fails:
udpxy/chipmunk/netop.c
Line 236 in cdb8106
So, I suggest to improve the code or include a configurable alternive, like with Environment variables.
I compiled it disabling this and then it works in this server.
I hope this helps to improve this tool.
Regards.
The text was updated successfully, but these errors were encountered: