-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edge: *** bit out of range 0 - FD_SETSIZE on fd_set ***: terminated #1168
Comments
Are you able to retest this against the recently released fork n3n and raise a ticket there if it is still happening? Whilst there has been less testing with the TCP mode, we still want to make sure it is working as part of that new project. |
I only now became aware of your fork. I will test it and likely switch over to n3n when my ISP starts losing UDP packets again and I have to use the TCP mode. Until then I abide by never change a running system. N3N will likely show the same issue, see [1]. [1] https://github.com/n42n/n3n/blob/f94e148de6854281752d8a2430a4be9fc696831f/src/n2n_port_mapping.c#L327 |
Makes sense to me - changing something working always has its own risks. The error message you are seeing may not be nearby the line number of the log message, but we can try and debug that over on a n3n issue if you discover this happening again. |
I also had this problem, but unfortunately it only reproduced on one of my machines (debian 12), and again no problem on the others (debian 11 and rockylinux 8). I now suspect that there is something wrong with the system environment on this machine as well version: n3n 3.3.3 (n3n_3.3.3-1_amd64.deb) |
First of all, thanks for n2n, I love it for being such an easy to use, no nonsense solution that "just works".
Today I switched to edge TCP
-S2
because my ISP currently has issues and UDP became unusable.Since then I noticed frequent crashes which did not occur before. I must add I have no evidence this is strictly related to TCP mode, could be a coincidence or also related to my ISP's network issues, huge packet loss.
(compression on or off made no difference)
For reference:
UDP mode (has never crashed, uptime several days)
TCP mode saves the day during ISP issues, but crashes randomly
The text was updated successfully, but these errors were encountered: