Split struct sockbuf into common shared fields and protocol specific
union, where protocols are free to implement whatever buffer they
want. Such protocols should mark themselves with PR_SOCKBUF and are
expected to initialize their buffers in their pr_attach and tear
them down in pr_detach.
Details
Details
- Reviewers
markj - Group Reviewers
network transport - Commits
- rGa4fc41423f7d: sockets: enable protocol specific socket buffers
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 45680 Build 42568: arc lint + arc unit