On 16 November 2011 10:55, Ed Schouten <e...@80386.nl> wrote:
> * Maxim Ignatenko <gelraen...@gmail.com>, 20111115 21:18:
>> I'm currently inventing the wheel^W^W^Wwriting a firewall from scratch and
>> looking for most convenient way to establish communication between userspace
>> processes and kernel part. Communication pattern best fits to listening
>> PF_LOCAL socket opened from kernel and userspace processes connecting to it.
>
> What's wrong with a character device?
>

With character device I'll need to manually maintain "per-connection"
buffers, this will bloat the code.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to