mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +08:00
Update SSRController.cs
添加ssr启动参数-t 600解决tcp过早超时导致的cod16掉线问题
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Netch.Controllers
|
||||
|
||||
Instance = MainController.GetProcess();
|
||||
Instance.StartInfo.FileName = "bin\\ShadowsocksR.exe";
|
||||
Instance.StartInfo.Arguments = $"-s {server.Hostname} -p {server.Port} -k \"{server.Password}\" -m {server.EncryptMethod}";
|
||||
Instance.StartInfo.Arguments = $"-s {server.Hostname} -p {server.Port} -t 600 -k \"{server.Password}\" -m {server.EncryptMethod}";
|
||||
|
||||
if (!string.IsNullOrEmpty(server.Protocol))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user