cvs commit: src/sys/netinet tcp_output.c

Gleb Smirnoff glebius at FreeBSD.org
Wed Feb 28 12:41:50 UTC 2007


glebius     2007-02-28 12:41:50 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_output.c 
  Log:
  Toss the code, that handles errors from ip_output(), to make it more
  readable:
  - Merge two embedded if() into one.
  - Introduce switch() block to handle different kinds of errors.
  
  Reviewed by:    rwatson, bms
  
  Revision  Changes    Path
  1.123     +26 -30    src/sys/netinet/tcp_output.c


More information about the cvs-all mailing list