We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Also test: https://github.com/gnbdev/gnb_udp_over_tcp
Sorry, something went wrong.
Looks like the way to go according to https://bugxia.com/3439.html
happyntec
No branches or pull requests
supernode port: 9999
udp2raw server port: 10000
udp2raw client udp port: 9999
supernode:
udp2raw server:
udp2raw client:
edge:
The text was updated successfully, but these errors were encountered: