Page MenuHomeFreeBSD

clone rsm needs to do the right thing with the PUSH bit
ClosedPublic

Authored by rrs on May 24 2021, 1:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 4 2024, 6:40 AM
Unknown Object (File)
Oct 1 2024, 4:16 PM
Unknown Object (File)
Sep 28 2024, 3:31 PM
Unknown Object (File)
Sep 28 2024, 12:18 AM
Unknown Object (File)
Sep 27 2024, 3:52 AM
Unknown Object (File)
Sep 27 2024, 3:51 AM
Unknown Object (File)
Sep 27 2024, 3:51 AM
Unknown Object (File)
Sep 27 2024, 3:45 AM
Subscribers

Details

Summary

When a push bit is set on an rsm, it indicates that the PUSH bit must be sent
when sending the data. But if we split an rsm, we want the PUSH bit to follow
the right 1/2. Also correct the FIN bit so it properly follows the right hand
side (i.e. you take it off of the rsm which is the left hand side and leave it
on the nrsm).

Test Plan

Use Michaels pkt-drill scripts to validate proper retransmission of the push bits.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable