Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 13:38:18 +0900
From:      Yongmin Cho <yongmincho82@gmail.com>
To:        transport@freebsd.org
Subject:   Restarting Idle Connections
Message-ID:  <20160129043817.GA9865@yongmincho-All-Series>

next in thread | raw e-mail | index | archive | help
Hi, all.

I have an opinion about net.inet.tcp.initcwnd_segments.
You know, snd_cwnd is restarted transmission after a long idle
period(Current RTO).
And, All of congestion control algorithm is using newreno_after_idle
function after a long idle period.
But, The newreno_after_idle function is not using initcwnd_segments.
I think, The initcwnd_segments should be used in newreno_after_idle
function, If the newreno_after_idle is called.
I referred to rfc6928.

Please check my opinion.
Thank you in advance your answers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160129043817.GA9865>