Skip to content

Commit

Permalink
fix(p2p): try fix udplite
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 11, 2024
1 parent bd5c009 commit dea845f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upper/services/tunnel/tunnel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func testTunnel(t *testing.T, nw string, isplain bool, pshk *[32]byte, mtu uint1
MTU: mtu,
MTURandomRange: mtu / 2,
UseZstd: true,
DoublePacket: true,
})
p.AddPeer(&link.PeerConfig{
PeerIP: "192.168.1.2",
Expand Down

0 comments on commit dea845f

Please sign in to comment.