mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
191
This commit is contained in:
@@ -126,8 +126,8 @@ namespace linker.tunnel.transport
|
||||
targetSocket.SendTo(authBytes, item);
|
||||
}
|
||||
var result = await targetSocket.ReceiveFromAsync(buffer, tempEP).WaitAsync(TimeSpan.FromMilliseconds(500)).ConfigureAwait(false);
|
||||
targetSocket.SendTo(authBytes, result.RemoteEndPoint);
|
||||
|
||||
//targetSocket.SendTo(authBytes, result.RemoteEndPoint);
|
||||
/*
|
||||
while (true)
|
||||
{
|
||||
try
|
||||
@@ -139,6 +139,7 @@ namespace linker.tunnel.transport
|
||||
break;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
ISymmetricCrypto crypto = mode == TunnelMode.Client ? CryptoFactory.CreateSymmetric(tunnelTransportInfo.Remote.MachineId) : CryptoFactory.CreateSymmetric(tunnelTransportInfo.Local.MachineId);
|
||||
return new TunnelConnectionUdp
|
||||
|
@@ -1,5 +1,5 @@
|
||||
v1.9.1
|
||||
2025-08-31 22:09:42
|
||||
2025-08-31 22:41:28
|
||||
1. 一些累计更新
|
||||
2. 服务器转发多节点
|
||||
3. 虚拟网卡下伪造ACK为TCP-in-TCP隧道提速
|
||||
|
Reference in New Issue
Block a user