Date: Fri, 7 Sep 2001 00:12:52 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ksocket.c ng_ksocket.h Message-ID: <200109070712.f877Cq261624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2001/09/07 00:12:52 PDT Modified files: sys/netgraph ng_ksocket.c ng_ksocket.h Log: First pass at porting John's "accept" changes to allow an in-kernel webserver (or similar) to accept and handle incoming connections using netgraph without ever leaving the kernel. (allows incoming tunnel requests to be handled totally within the kernel for example) Needs work, but shouldn't break existing functionality. Submitted by: John Polstra <jdp@polstra.com> MFC after: 2 weeks Revision Changes Path 1.20 +367 -50 src/sys/netgraph/ng_ksocket.c 1.5 +18 -1 src/sys/netgraph/ng_ksocket.h 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?200109070712.f877Cq261624>