Page MenuHomeFreeBSD

socket(2): bring documentation up tp date
ClosedPublic

Authored by glebius on Aug 22 2022, 12:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 18 2024, 7:58 AM
Unknown Object (File)
Feb 19 2024, 11:38 PM
Unknown Object (File)
Dec 29 2023, 2:34 PM
Unknown Object (File)
Dec 20 2023, 8:00 AM
Unknown Object (File)
Nov 9 2023, 4:23 AM
Unknown Object (File)
Nov 1 2023, 4:03 PM
Unknown Object (File)
Oct 8 2023, 3:20 AM
Unknown Object (File)
Sep 30 2023, 4:07 PM
Subscribers

Details

Summary

o Undocument sockets that are no longer supported, or never were.
o Add AF_HYPERV. Note: PF_HYPERV isn't defined, no typo here.
o Point at ip(4) and ip6(4) instead of unwelcoming "not described here".

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe added a subscriber: gbe.

LGTM

This revision is now accepted and ready to land.Aug 22 2022, 7:08 AM
markj added a subscriber: markj.
markj added inline comments.
lib/libc/sys/socket.2
68

PF_INET6_SDP isn't actually implemented, so probably doesn't belong here.

This revision was automatically updated to reflect the committed changes.