Date: Thu, 26 Oct 2000 06:14:49 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c Message-ID: <200010261314.GAA67176@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2000/10/26 06:14:49 PDT Modified files: sys/netinet ip_input.c Log: RFC 791 says that IP_RF bit should always be zero, but nothing in the code enforces this. So, do not check for and attempt a false reassembly if only IP_RF is set. Also, removed the dead code, since we no longer use dtom() on return from ip_reass(). Revision Changes Path 1.146 +30 -53 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010261314.GAA67176>