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'.
Details
Details
- Reviewers
emaste - Group Reviewers
Linux Emulation - Commits
- rS362014: Support SO_SNDBUFFORCE/SO_RCVBUFFORCE by aliasing them to the
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.