Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2008 14:28:32 +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:  <200806231428.m5NEScqn067014@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2008-06-23 14:28:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet/libalias alias_db.c alias_local.h 
  Log:
  SVN rev 179954 on 2008-06-23 14:28:32Z by mav
  
  MFC r179480, r179924:
  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.71.2.1  +22 -63    src/sys/netinet/libalias/alias_db.c
  1.34.2.1  +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?200806231428.m5NEScqn067014>