mirror of
https://github.com/snltty/linker.git
synced 2025-09-27 05:25:57 +08:00
191
This commit is contained in:
@@ -61,10 +61,6 @@ namespace linker.tunnel.transport
|
|||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (tunnelTransportInfo.Direction == TunnelDirection.Reverse)
|
|
||||||
{
|
|
||||||
await Task.Delay(50).ConfigureAwait(false);
|
|
||||||
}
|
|
||||||
ITunnelConnection connection = await ConnectForward(tunnelTransportInfo, TunnelMode.Client).ConfigureAwait(false);
|
ITunnelConnection connection = await ConnectForward(tunnelTransportInfo, TunnelMode.Client).ConfigureAwait(false);
|
||||||
if (connection != null)
|
if (connection != null)
|
||||||
{
|
{
|
||||||
@@ -114,6 +110,7 @@ namespace linker.tunnel.transport
|
|||||||
targetSocket.IPv6Only(AddressFamily.InterNetworkV6, false);
|
targetSocket.IPv6Only(AddressFamily.InterNetworkV6, false);
|
||||||
targetSocket.WindowsUdpBug();
|
targetSocket.WindowsUdpBug();
|
||||||
targetSocket.ReuseBind(new IPEndPoint(IPAddress.IPv6Any, tunnelTransportInfo.Local.Local.Port));
|
targetSocket.ReuseBind(new IPEndPoint(IPAddress.IPv6Any, tunnelTransportInfo.Local.Local.Port));
|
||||||
|
await Task.Delay(500).ConfigureAwait(false);
|
||||||
|
|
||||||
for (int i = 0; i < 5; i++)
|
for (int i = 0; i < 5; i++)
|
||||||
{
|
{
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
v1.9.1
|
v1.9.1
|
||||||
2025-08-31 18:14:23
|
2025-08-31 21:56:11
|
||||||
1. 一些累计更新
|
1. 一些累计更新
|
||||||
2. 服务器转发多节点
|
2. 服务器转发多节点
|
||||||
3. 虚拟网卡下伪造ACK为TCP-in-TCP隧道提速
|
3. 虚拟网卡下伪造ACK为TCP-in-TCP隧道提速
|
||||||
|
Reference in New Issue
Block a user