The sbreserve() works only on protocol-independent parts of the sockbuf,
but sbrelease() also clears the generic sockbuf mbuf chain. Calling the
latter to undo changes done by the former is not correct. The new
function is the right thing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 62923 Build 59807: arc lint + arc unit
Event Timeline
Comment Actions
The sbreserve() works only on protocol-independent parts of the sockbuf
Typo, soreserve().