Files
src/lib
Gleb Smirnoff 86d1723923 socket(2): refactor the manual page
Create a chapter on every important socket type: stream, datagram,
seqpacket.  Always list what protocol families do support what kinds of
sockets.  Improve some statements possessing language from the
specification [1].  Reduce some statements that are mostly specific to
TCP.  Provide more external links and references to various important
syscalls that can be used on sockets.

Add a paragrph on non-blocking mode.

The big factual change is documentation of SOCK_SEQPACKET.  In FreeBSD 15
this socket now fully follows the specification and is a stream socket
with record boundaries.

[1] https://pubs.opengroup.org/onlinepubs/9799919799/functions/V2_chap02.html#tag_16_10_06

Differential Revision:	https://reviews.freebsd.org/D52771
2025-10-14 11:41:25 -07:00
..
2025-09-04 16:06:47 -07:00
2025-04-28 10:01:30 -06:00
2024-10-14 10:26:17 -07:00
2024-10-14 10:26:17 -07:00
2025-01-01 15:11:06 -06:00
2025-09-28 21:28:12 -07:00
2024-10-14 10:26:17 -07:00
2025-10-02 02:37:35 +01:00
2024-10-14 10:26:17 -07:00
2025-10-03 19:46:55 +02:00
2025-10-13 07:57:46 +02:00
2025-08-08 13:27:26 -05:00
2024-10-08 16:13:39 -03:00
2024-10-14 10:26:17 -07:00
2025-07-17 16:36:17 -07:00
2024-10-14 10:26:17 -07:00
2025-08-06 12:31:24 +01:00
2024-11-12 12:11:51 -05:00
2025-10-07 08:16:21 -07:00
2025-09-29 22:53:34 +01:00
2025-09-30 09:14:05 +01:00
2024-10-14 10:26:17 -07:00
2025-10-11 13:13:19 +03:00