mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
frag6-test: update for r354046, conform to 8200 for overlapping fragments
The change to conform to RFC 8200 for overlapping fragments now frees the entire reassembly queue if the overlapping fragments are not an exact match. As a result we do see one less packet in the timeout statistics from expiry. No other statistics change as the event is not counted. It can be argued that we should improve the statistics counters in that case. This test case update should have been committed alongside the original commit. Pointyhat to: bz MFC after: 3 weeks X-MFC with: r354046 Sponsored by: Netflix
This commit is contained in:
parent
42a621624d
commit
c0750d9d04
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354084
@ -95,7 +95,7 @@ EOF
|
||||
<dropped-bad-version>0</dropped-bad-version>
|
||||
<received-fragments>6</received-fragments>
|
||||
<dropped-fragment>2</dropped-fragment>
|
||||
<dropped-fragment-after-timeout>4</dropped-fragment-after-timeout>
|
||||
<dropped-fragment-after-timeout>3</dropped-fragment-after-timeout>
|
||||
<dropped-fragments-overflow>0</dropped-fragments-overflow>
|
||||
<atomic-fragments>0</atomic-fragments>
|
||||
<reassembled-packets>0</reassembled-packets>
|
||||
|
Loading…
Reference in New Issue
Block a user