Page MenuHomeFreeBSD

Support SO_SNDBUFFORCE/SO_RCVBUFFORCE.
ClosedPublic

Authored by trasz on Jun 6 2020, 11:16 PM.
Tags
None
Referenced Files
F137033546: D25173.id72785.diff
Fri, Nov 21, 12:46 AM
F137030523: D25173.id.diff
Fri, Nov 21, 12:39 AM
F137029758: D25173.id72937.diff
Fri, Nov 21, 12:37 AM
F137028743: D25173.diff
Fri, Nov 21, 12:35 AM
Unknown Object (File)
Sun, Nov 16, 2:02 PM
Unknown Object (File)
Fri, Nov 14, 1:36 PM
Unknown Object (File)
Fri, Nov 14, 8:50 AM
Unknown Object (File)
Thu, Nov 13, 9:36 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 Not Applicable
Unit
Tests Not Applicable

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