Date: Mon, 26 Feb 2001 13:19:48 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_subr.c tcp_var.h udp_usrreq.c Message-ID: <200102262119.f1QLJmK24814@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/02/26 13:19:48 PST Modified files: sys/netinet in_pcb.c in_pcb.h tcp_subr.c tcp_var.h udp_usrreq.c Log: Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. For TCP, verify that the sequence number in the ICMP packet falls within the tcp receive window before performing any actions indicated by the icmp packet. Clean up some layering violations (access to tcp internals from in_pcb) Revision Changes Path 1.79 +10 -95 src/sys/netinet/in_pcb.c 1.37 +2 -5 src/sys/netinet/in_pcb.h 1.94 +24 -43 src/sys/netinet/tcp_subr.c 1.66 +1 -2 src/sys/netinet/tcp_var.h 1.87 +17 -14 src/sys/netinet/udp_usrreq.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?200102262119.f1QLJmK24814>