Date: Sun, 1 Jun 2008 18:34:58 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet/libalias alias_db.c alias_local.h Message-ID: <200806011835.m51IZJp5078001@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-06-01 18:35:19 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias_db.c alias_local.h Log: SVN rev 179480 on 2008-06-01 18:34:58Z by mav Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE to reduce performance degradation under heavy outgoing scan/flood. Scalability is now much more important then several kilobytes of RAM. Remove unneded TCP-specific expiration handeling. Before this connected TCP sessions could never expire. Now connected TCP sessions will expire after 24hours of inactivity. Simplify HouseKeeping() to avoid several mul/div-s per packet. Taking into account increased LINK_TABLE_OUT_SIZE, precision is still much more then required. Revision Changes Path 1.73 +22 -67 src/sys/netinet/libalias/alias_db.c 1.36 +1 -3 src/sys/netinet/libalias/alias_local.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806011835.m51IZJp5078001>