cvs commit: src/sys/netinet tcp_input.c

Andre Oppermann andre at FreeBSD.org
Fri Mar 23 20:16:50 UTC 2007


andre       2007-03-23 20:16:50 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Split tcp_input() into its two functional parts:
  
   o tcp_input() now handles TCP segment sanity checks and preparations
     including the INPCB lookup and syncache.
   o tcp_do_segment() handles all data and ACK processing and is IPv4/v6
     agnostic.
  
  Change all KASSERT() messages to ("%s: ", __func__).
  
  The changes in this commit are primarily of mechanical nature and no
  functional changes besides the function split are made.
  
  Discussed with: rwatson
  
  Revision  Changes    Path
  1.328     +208 -132  src/sys/netinet/tcp_input.c


More information about the cvs-all mailing list