mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-20 02:18:02 +00:00
feat(wip): test reworks (need to add back traffic logger tests)
This commit is contained in:
@@ -92,8 +92,8 @@ func TestClientServerTCPClose(t *testing.T) {
|
||||
_ = conn.Close()
|
||||
}
|
||||
|
||||
// TestServerUDPIdleTimeout tests whether the server's UDP idle timeout works correctly.
|
||||
func TestServerUDPIdleTimeout(t *testing.T) {
|
||||
// TestClientServerUDPIdleTimeout tests whether the server's UDP idle timeout works correctly.
|
||||
func TestClientServerUDPIdleTimeout(t *testing.T) {
|
||||
// Create server
|
||||
udpConn, udpAddr, err := serverConn()
|
||||
assert.NoError(t, err)
|
||||
|
Reference in New Issue
Block a user