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)
Dec 31 2023, 6:22 AM
Unknown Object (File)
Dec 22 2023, 11:55 PM
Unknown Object (File)
Sep 16 2023, 5:29 AM
Unknown Object (File)
Sep 2 2023, 4:50 PM
Unknown Object (File)
Jun 29 2023, 6:56 AM
Unknown Object (File)
Jun 29 2023, 6:55 AM
Unknown Object (File)
Jun 29 2023, 6:49 AM
Unknown Object (File)
Jun 29 2023, 6:42 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