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)
Sun, Mar 29, 7:06 AM
Unknown Object (File)
Sat, Mar 28, 10:37 PM
Unknown Object (File)
Sun, Mar 22, 6:26 PM
Unknown Object (File)
Sun, Mar 22, 6:04 AM
Unknown Object (File)
Fri, Mar 20, 3:07 PM
Unknown Object (File)
Thu, Mar 19, 7:43 AM
Unknown Object (File)
Wed, Mar 18, 2:33 AM
Unknown Object (File)
Sun, Mar 15, 8:08 AM
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