[Bug 272124] The socket option "SCTP_DELAYED_ACK_TIME" is not available
Date: Sun, 25 Jun 2023 19:25:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272124
--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a820d8fa71e8f17a0bfc399b6716f42f077dfcce
commit a820d8fa71e8f17a0bfc399b6716f42f077dfcce
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2023-06-21 07:03:30 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2023-06-25 19:24:46 +0000
sctp: fix man page for socket option controlling delayed acks
The SCTP_DELAYED_ACK_TIME socket option was replaced by the
SCTP_DELAYED_SACK in the socket API specification in
draft-ietf-tsvwg-sctpsocket-14.
The code was updated in r170056, but the man page was not.
PR: 272124
(cherry picked from commit 133b132bc1b612abe591c8f54680c3da8491e194)
share/man/man4/sctp.4 | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.