]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Toss the code, that handles errors from ip_output(), to make it more
authorglebius <glebius@FreeBSD.org>
Wed, 28 Feb 2007 12:41:49 +0000 (12:41 +0000)
committerglebius <glebius@FreeBSD.org>
Wed, 28 Feb 2007 12:41:49 +0000 (12:41 +0000)
commit481c8d8b0ba0478c1e817b9518acf7c1a389bad2
treeb16880b8645064f3583830f98c3561dc373c17d3
parentdd2bbfcd28e7c2ed7673c5f39349b0d3eaf840aa
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
sys/netinet/tcp_output.c