mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-03 02:08:45 +00:00
mKCP transport: Make sure ACKs are limited within MTU (#5773)
https://github.com/XTLS/Xray-core/pull/5657#issuecomment-3984236113
This commit is contained in:
@@ -71,6 +71,7 @@ func TestACKSegment(t *testing.T) {
|
||||
ReceivingNext: 3,
|
||||
Timestamp: 10,
|
||||
NumberList: []uint32{1, 3, 5, 7, 9},
|
||||
Limit: 128,
|
||||
}
|
||||
|
||||
nBytes := seg.ByteSize()
|
||||
|
||||
Reference in New Issue
Block a user