git: 5fcac7114e - main - 15.0: add note on unix(4)
Gleb Smirnoff <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/doc/commit/?id=5fcac7114ec14887818aa1ebd37158d911a13800 commit 5fcac7114ec14887818aa1ebd37158d911a13800 Author: Gleb Smirnoff <[email protected]> AuthorDate: 2025-11-04 16:38:55 +0000 Commit: Gleb Smirnoff <[email protected]> CommitDate: 2025-11-04 16:38:55 +0000 15.0: add note on unix(4) --- website/content/en/releases/15.0R/relnotes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index 38875de006..0394b651f9 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -633,6 +633,11 @@ This is to fix slowdowns with drm-kmod that get worse over time as physical memo gitref:831e6fb0baf6[repository=src] (Sponsored by The FreeBSD Foundation). +The local stream (AF_UNIX/SOCK_STREAM) and sequenced packet stream (AF_UNIX/SOCK_SEQPACKET) sockets have been improved for better bulk transfer and round trip times. +The SOCK_SEQPACKET socket has been brought to the specification and now behaves as a true stream socket, while in previous FreeBSD releases it could exhibit features of +a datagram socket. Applications that were using SOCK_SEQPACKET incorrectly and relied on old implementation bugs may need to be adjusted. +gitref:d15792780760[repository=src] + [[drivers]] == Devices and Drivers