Merge remote-tracking branch 'origin/dev-next' into dev-next

This commit is contained in:
n3t1zen
2026-02-24 13:00:10 +08:00
26 changed files with 541 additions and 230 deletions

View File

@@ -123,7 +123,6 @@ func testUDPSessionIdleTimeout(t *testing.T, proxyPort uint16, echoPort uint16,
packetConn.SetReadDeadline(time.Now().Add(3 * time.Second))
n, _, err = packetConn.ReadFrom(buffer)
if err != nil {
t.Logf("Read after timeout correctly failed: %v", err)
return