cvs commit: src/sys/netinet tcp_syncache.c

Bjoern A. Zeeb bz at FreeBSD.org
Fri Nov 30 15:41:52 PST 2007


bz          2007-11-30 23:41:51 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  Move call to tcp_signature_compute() after we adjusted the payload offset
  in the tcp header. With relevant parts of the tcp header changing after
  the 'signature' was computed, the signature becomes invalid.
  
  Reviewed by:    tools/regression/netinet/tcpconnect
  MFC after:      3 days
  Tested by:      Nick Hilliard (see net@)
  
  Revision  Changes    Path
  1.135     +6 -5      src/sys/netinet/tcp_syncache.c


More information about the cvs-all mailing list