[PATCH] Add a new TCP_IGNOREIDLE socket option
John Baldwin
jhb at freebsd.org
Tue Feb 5 17:24:43 UTC 2013
On Wednesday, January 30, 2013 12:26:17 pm Andre Oppermann wrote:
> You can simply create your own congestion control algorithm with only the
> restart window changed. See (pseudo) code below. BTW, I just noticed that
> the other cc algos don't do not reset the idle window.
*sigh* I am fully competent at maintaining my own local changes. The point
was to share this so that other people with similar workloads could make use
of it. Also, a custom CC algo is not the right approach as we would want this
change regardless of the CC algo used for handling non-idle periods (so that
this is an orthogonal knob). Linux also makes this an orthogonal knob rather
than requiring a separate CC algo.
--
John Baldwin
More information about the freebsd-net
mailing list