Commit dcdb9fc
committed
feat(at): resendRequestChunkSize special suite
Add a resend_chunk_size tweak and a scenario verifying that, with a
configured chunk size, gap detection produces a bounded ResendRequest
(EndSeqNo = BeginSeqNo + chunk - 1) rather than an open-ended 2..0 request.
chunk=5 with expected=2/received=10 yields ResendRequest 2..=6.
21 distinct scenarios / 35 scenario runs, all green.
fmt clean, clippy -D warnings clean, 123 tests.1 parent 8f96161 commit dcdb9fc
2 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
417 | 437 | | |
418 | 438 | | |
419 | 439 | | |
| |||
441 | 461 | | |
442 | 462 | | |
443 | 463 | | |
| 464 | + | |
444 | 465 | | |
445 | 466 | | |
0 commit comments