envsh / toxtun

Tunnel TCP/UDP connections over the Tox protocol .
10 stars 2 forks source link

usage note #3

Open envsh opened 6 years ago

envsh commented 6 years ago

use tox udp make speed up 5x than tcp use kcp fast mode is most good.

tox udp + kcp fast: 100KB/s tox tcp + kcp any: <30KB/s so, seems kcp fast is the best choise.

if client's tox udp is hard to use, startup client without tox udp and server with tox udp is also fine. but C/S's kcp mode should keep the same.

envsh commented 6 years ago

client: if tunnel recv at 50KB/s, then the net traffic of toxtun will be 100KB/s. this is waste of traffic case,

envsh commented 6 years ago

并且实际速度与bootstrap的节点网络状态关系很大。 所以如果要保证速度,还是要找网络状态好的固定bootstrap节点。 或者,如何能够自动的选择状态好的bootstrap节点?