Page MenuHomeFreeBSD

Support SO_SNDBUFFORCE/SO_RCVBUFFORCE.
ClosedPublic

Authored by trasz on Jun 6 2020, 11:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 8:45 PM
Unknown Object (File)
Fri, May 15, 8:45 PM
Unknown Object (File)
Fri, May 15, 8:40 PM
Unknown Object (File)
Wed, May 6, 10:19 AM
Unknown Object (File)
Sun, May 3, 6:12 PM
Unknown Object (File)
Apr 21 2026, 4:31 PM
Unknown Object (File)
Apr 20 2026, 10:44 AM
Unknown Object (File)
Apr 15 2026, 2:20 PM
Subscribers

Details

Summary

Support SO_SNDBUFFORCE/SO_RCVBUFFORCE by aliasing them to the
standard SO_SNDBUF/SO_RCVBUF. Mostly cosmetics, to get rid of the
warning during 'apt upgrade'.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31544
Build 29146: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Jun 6 2020, 11:16 PM
trasz added a reviewer: Linux Emulation.

I think this is fine, although I wish we had some standard comment (along the lines of /* XXX */) we could use to identify cases where we intentionally implement a low-fidelity version of Linux behaviour.

This revision is now accepted and ready to land.Jun 8 2020, 6:49 PM