cvs commit: src/sys/netinet tcp_syncache.c tcp_syncache.h

Kip Macy kmacy at FreeBSD.org
Wed Dec 12 12:35:59 PST 2007


kmacy       2007-12-12 20:35:59 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c tcp_syncache.h 
  Log:
  Add interface for tcp offload to syncache:
   - make neccessary changes to release offload resources when a syncache
     entry is removed before connection establishment
   - disable checks for offloaded connection where insufficient information
     is available
  
  Reviewed by: silby
  
  Revision  Changes    Path
  1.139     +47 -15    src/sys/netinet/tcp_syncache.c
  1.2       +3 -0      src/sys/netinet/tcp_syncache.h


More information about the cvs-src mailing list