Date: Wed, 28 Feb 2007 12:41:50 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Message-ID: <200702281241.l1SCfowT032406@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702281241.l1SCfowT032406>