srt: restore ability to run tests on most systems (#6102)

This commit is contained in:
Alessandro Ros
2026-08-17 12:26:44 +02:00
committed by GitHub
parent 831ed9564b
commit 8657b48a03
+1 -2
View File
@@ -517,8 +517,7 @@ func TestUDPReadBufferSize(t *testing.T) {
externalCmdPool.Initialize()
defer externalCmdPool.Close()
// Pick a size well above the default 212992 so the effect is unambiguous.
bufSize := uint(1048576) // 1 MB
bufSize := uint(106496)
s := &Server{
Address: "127.0.0.1:0",