This commit is contained in:
esrrhs 2019-10-28 16:55:27 +08:00
parent 28eee0c37d
commit 8b712a1a9d

View File

@ -9,8 +9,8 @@ import (
) )
var usage = ` var usage = `
通过伪造ping把tcp/udp/sock5流量通过远程服务器转发到目的服务器上用于突破某些运营商封锁TCP/UDP流量 通过伪造ping把tcp/udp/sock5流量通过远程服务器转发到目的服务器上用于突破某些运营商封锁TCP/UDP流量
By forging ping, the tcp/udp/sock5 traffic is forwarded to the destination server through the remote server. Used to break certain operators to block TCP/UDP traffic. By forging ping, the tcp/udp/sock5 traffic is forwarded to the destination server through the remote server. Used to break certain operators to block TCP/UDP traffic.
Usage: Usage:
@ -56,10 +56,10 @@ Usage:
-tcp_rst tcp的超时发送时间默认400ms -tcp_rst tcp的超时发送时间默认400ms
Tcp timeout resend time, default 400ms Tcp timeout resend time, default 400ms
-tcp_gz 当数据包超过这个大小tcp将压缩数据0表示不压缩默认0 -tcp_gz 当数据包超过这个大小tcp将压缩数据0表示不压缩默认0
Tcp will compress data when the packet exceeds this size, 0 means no compression, default 0 Tcp will compress data when the packet exceeds this size, 0 means no compression, default 0
-tcp_stat 打印tcp的监控默认0 -tcp_stat 打印tcp的监控默认0
Print tcp connection statistic, default 0 is off Print tcp connection statistic, default 0 is off
-nolog 不写日志文件只打印标准输出默认0 -nolog 不写日志文件只打印标准输出默认0