Reported by: des
MFC after: 3 days
Fixes: 571df2c64a3c1 (Explain how recv functions can)
Details
Details
- Reviewers
carlavilla des mhorne - Group Reviewers
manpages - Commits
- rG6875767cf2e2: recv.2: Improve style in RETURN VALUES
rG7c3c8605d62f: recv.2: Improve style in RETURN VALUES
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 62428 Build 59312: arc lint + arc unit
Normally the clnt_rc.c (reconnect layer) would
do a CLSET_TCP_DDP and the so_setsockopt()
would be done for CLSET_TCP_DDP in clnt_vc.c
and ignored in clnt_dg.c.
I've never been much of an object oriented guy,
but the Sun folk loved these layers.