Date: Fri, 7 Nov 2003 12:02:50 -0800 From: Jerry Toung <jtoung@arc.nasa.gov> To: hackers <hackers@freebsd.org> Subject: sending messages, user process <--> kernel module Message-ID: <200311071202.50770.jtoung@arc.nasa.gov>
next in thread | raw e-mail | index | archive | help
Hello, I am trying to do asynchronous send/receive between a user process that I= am=20 writing and a kernel module that I am also writing. I thought about implementing something similar to unix routing socket, bu= t I=20 will have to define a new domain and protosw. Beside that idea, what else would you suggest? Thank you, Jerry.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311071202.50770.jtoung>