mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
fix test
This commit is contained in:
parent
6ea8691a07
commit
e170750d7e
@ -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,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user