Date: Sat, 4 Jun 2005 08:03:28 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_sack.c tcp_var.h Message-ID: <200506040803.j5483S1J025743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2005-06-04 08:03:28 UTC FreeBSD src repository Modified files: sys/netinet tcp_sack.c tcp_var.h Log: Changes to tcp_sack_option() that - Walks the scoreboard backwards from the tail to reduce the number of comparisons for each sack option received. - Introduce functions to add/remove sack scoreboard elements, making the code more readable. Submitted by: Noritoshi Demizu Reviewed by: Raja Mukerji, Mohan Srinivasan Revision Changes Path 1.21 +116 -90 src/sys/netinet/tcp_sack.c 1.125 +2 -1 src/sys/netinet/tcp_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506040803.j5483S1J025743>