[Bug 272124] The socket option "SCTP_DELAYED_ACK_TIME" is not available

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 21 Jun 2023 07:18:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272124

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=133b132bc1b612abe591c8f54680c3da8491e194

commit 133b132bc1b612abe591c8f54680c3da8491e194
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2023-06-21 07:03:30 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2023-06-21 07:18:05 +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
    MFC after:      3 days

 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.