v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
e170750d7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      transport/internet/kcp/sending_test.go

+ 1 - 1
transport/internet/kcp/sending_test.go

@@ -66,7 +66,7 @@ func TestSendingQueueClear(t *testing.T) {
 func TestSendingWindow(t *testing.T) {
 	assert := assert.On(t)
 
-	window := NewSendingWindow(5, 5, nil, nil)
+	window := NewSendingWindow(5, nil, nil)
 	window.Push(&DataSegment{
 		Number: 0,
 	})