Date: Fri, 31 Oct 2008 13:00:34 +0000 (UTC) From: Oleg Bulyzhin <oleg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <200810311300.m9VD0dER046715@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
oleg 2008-10-31 13:00:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_dummynet.c Log: SVN rev 184505 on 2008-10-31 13:00:34Z by oleg Direct commit (r184414 is not applicable to stable due to ABI change): Workaround possible q_time overflow (will happen after 2^32/(86400*hz) days of uptime (~50days for hz = 1000)), which may lead to: - broken shaping in 'fast' io mode. - incorrect average queue length calculation in RED/GRED algorithm. PR: kern/128401 Approved by: re (kensmith) Revision Changes Path 1.93.2.9 +3 -2 src/sys/netinet/ip_dummynet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810311300.m9VD0dER046715>