summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc/python_version.py
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2026-06-11 00:21:37 +0200
committerSven Eckelmann <sven@narfation.org>2026-06-13 07:57:52 +0200
commitcbde75c38b21f022891525078622587ad557b7c1 (patch)
treec4589cde4de169f44e689ecb7018e5bd4e53d2ca /tools/lib/python/kdoc/python_version.py
parent6dde0cfcb36e4d5b3de35b75696937478441eed4 (diff)
batman-adv: tp_meter: handle overlapping packets
If the size of the packets would change during the transmission, it could happen that some retries of packets are overlapping. In this case, precise comparisons of sequence numbers by the receiver would be wrong. It is then necessary to check if the start sequence number to the end sequence number ("seqno + length") would contain a new range. If this is the case then this is enough to accept this packet. In all other cases, the packet still has to be dropped (and not acked). Cc: stable@kernel.org Fixes: 33a3bb4a3345 ("batman-adv: throughput meter implementation") Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'tools/lib/python/kdoc/python_version.py')
0 files changed, 0 insertions, 0 deletions