Skip to content
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

Test udp2raw-tunnel to UDP->TCP for windows n2n 3.0 #24

Open
happyntec opened this issue Nov 23, 2022 · 2 comments
Open

Test udp2raw-tunnel to UDP->TCP for windows n2n 3.0 #24

happyntec opened this issue Nov 23, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@happyntec
Copy link
Contributor

happyntec commented Nov 23, 2022

supernode port: 9999
udp2raw server port: 10000
udp2raw client udp port: 9999

edge<--udp: 127.0.0.1:9999-->udp2raw client<--tcp: supernode_ip:10000-->udp2raw server<--udp: 127.0.0.1:9999-->supernode

supernode:

./supernode -l 9999

udp2raw server:

./udp2raw_amd64 -s -l 0.0.0.0:10000 -r 127.0.0.1:9999 -a -k "n2n" --raw-mode faketcp

udp2raw client:

udp2raw_mp.exe -c -l 0.0.0.0:9999 -r supernode_ip:10000 --raw-mode faketcp -k "n2n" --enable-color

edge:

edge.exe -c n2n -k n2n -l 127.0.0.1:9999 -r -a dhcp:10.0.0.1
@happyntec happyntec changed the title 在Windows平台上搭配udp2raw-tunnel 将UDP包装为TCP测试一下稳定性和速率有没有提升 Test udp2raw-tunnel to UDP->TCP for windows n2n 3.0 Nov 23, 2022
@happyntec happyntec self-assigned this Dec 1, 2022
@happyntec happyntec added the documentation Improvements or additions to documentation label Dec 1, 2022
@happyntec
Copy link
Contributor Author

@eebssk1
Copy link

eebssk1 commented Dec 19, 2023

Also test: https://github.com/gnbdev/gnb_udp_over_tcp

Looks like the way to go according to https://bugxia.com/3439.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants