-
Notifications
You must be signed in to change notification settings - Fork 12
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
Windwos TCP mode support #58
Comments
Yes, I am planning on trying to support TCP mode on Windows. This will require a bit of testing, so there is no specific timeline for it. I am also interested in your crashing edge - it really shouldnt crash in any situation, so you could log a bug ticket for that with the steps to reproduce. |
I have just quickly tested the Windows TCP function after some recent code changes and worked for me in my tests - #59 is the PR tracking that improvement |
ntop/n2n#1189 |
I downloaded the latest program for Windows. Where is the default edge.conf location when starting? |
On Windows, the default directory for the conf file is The file location can be specified - but using the unix path characters, eg: "./edge.conf" |
We believe that windows support for TCP mode is working in the latest builds. Are you able to test this and confirm? |
Yes, I'm getting ready to test it. |
The intent is to maintain compatibility with the released n2n versions - I have not specifically tested against n2n 3.1.1 for a while, but the protocol has not been changed. |
I have tested on windows and n2n 3.1.1 is running fine. log(recur): |
The line numbers in those error messages do not appear to match the version I was expecting. Can you verify exactly which n3n-edge version you tested? |
The version I'm using is the latest 3.4.4release Terminal output: |
Ah! The TCP fixes have not been included in a release yet. The latest builds are in the artifacts attached to https://github.com/n42n/n3n/actions/runs/12351950825 - if you are able to test that, that would be great |
I updated the beta version and creating the connection went very smoothly. 02/Jan/2025 20:06:42 [src/edge_utils.c:1323] send REGISTER_SUPER to [MyServerIP] |
It seems to be a problem with n3n, I tried setting connect_tcp=false but the problem is the same. n2n everything is fine. Can I please run it through options so that I can rule out the possibility of a misconfiguration I Known |
request Add support for the S2 parameter on windwos
p2p is not possible in some network environments, and udp is affected by qos
I tried udp2raw, but edge crashed. I think this may be due to the existence of multiple 127.0.0.1 addresses
The text was updated successfully, but these errors were encountered: