public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Sebastian Huber <sh@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] tcp: Add hystart-plus to cc_newreno and rack.
Date: Mon, 11 Jul 2022 11:55:05 +0000 (GMT)	[thread overview]
Message-ID: <20220711115505.58578385C32E@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0464f26db0c35b01281c5189b35d4388b49507f5

commit 0464f26db0c35b01281c5189b35d4388b49507f5
Author: Randall Stewart <rrs@FreeBSD.org>
Date:   Fri Oct 22 07:10:28 2021 -0400

    tcp: Add hystart-plus to cc_newreno and rack.
    
    TCP Hystart draft version -03:
    https://datatracker.ietf.org/doc/html/draft-ietf-tcpm-hystartplusplus
    
    Is a new version of hystart that allows one to carefully exit slow start if the RTT
    spikes too much. The newer version has a slower-slow-start so to speak that then
    kicks in for five round trips. To see if you exited too early, if not into congestion avoidance.
    This commit will add that feature to our newreno CC and add the needed bits in rack to
    be able to enable it.
    
    Reviewed by: tuexen
    Sponsored by: Netflix Inc.
    Differential Revision:  https://reviews.freebsd.org/D32373

Diff:
---
 newlib/libc/sys/rtems/include/netinet/tcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libc/sys/rtems/include/netinet/tcp.h b/newlib/libc/sys/rtems/include/netinet/tcp.h
index 29c1e376c..e7c47e85b 100644
--- a/newlib/libc/sys/rtems/include/netinet/tcp.h
+++ b/newlib/libc/sys/rtems/include/netinet/tcp.h
@@ -310,7 +310,7 @@ struct tcphdr {
 #define TCP_RACK_PACING_BETA_ECN 1139	/* Changing the beta for ecn with pacing */
 #define TCP_RACK_TIMER_SLOP 1140	/* Set or get the timer slop used */
 #define TCP_RACK_DSACK_OPT 1141		/* How do we setup rack timer DSACK options bit 1/2 */
-
+#define TCP_RACK_ENABLE_HYSTART 1142	/* Do we allow hystart in the CC modules */
 /* Start of reserved space for third-party user-settable options. */
 #define	TCP_VENDOR	SO_VENDOR


                 reply	other threads:[~2022-07-11 11:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220711115505.58578385C32E@sourceware.org \
    --to=sh@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).