1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-23 14:09:11 -04:00
This commit is contained in:
v2ray
2016-07-04 17:01:32 +02:00
parent 6ea8691a07
commit e170750d7e

View File

@@ -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,
})