Re: net.inet.tcp.hostcache.list: RTTVAR value

2012-07-03 Thread Mikolaj Golub
On Mon, 02 Jul 2012 15:04:10 +0200 Andre Oppermann wrote: AO> On 01.07.2012 18:30, Mikolaj Golub wrote: >> Hi, >> >> It looks for me that in the calculation of RTTVAR value for >> net.inet.tcp.hostcache.list sysctl a wrong scale is used: TCP_RTT_SCALE >> instead of TCP_RTTVAR_SCALE. See the

Re: net.inet.tcp.hostcache.list: RTTVAR value

2012-07-02 Thread Andre Oppermann
On 01.07.2012 18:30, Mikolaj Golub wrote: Hi, It looks for me that in the calculation of RTTVAR value for net.inet.tcp.hostcache.list sysctl a wrong scale is used: TCP_RTT_SCALE instead of TCP_RTTVAR_SCALE. See the attached patch. I am going to commit it if nobody tell me that I am wrong here.

net.inet.tcp.hostcache.list: RTTVAR value

2012-07-01 Thread Mikolaj Golub
Hi, It looks for me that in the calculation of RTTVAR value for net.inet.tcp.hostcache.list sysctl a wrong scale is used: TCP_RTT_SCALE instead of TCP_RTTVAR_SCALE. See the attached patch. I am going to commit it if nobody tell me that I am wrong here. -- Mikolaj Golub Index: sys/netinet/tcp_ho