routers / firewalls
Posted May 9, 2006 2:48 UTC (Tue) by
xoddam (subscriber, #2322)
In reply to:
Implementing network channels by smoogen
Parent article:
Implementing network channels
Packets don't go to userspace at all if they're going *through* a router.
But we still need this functionality for firewalls on the host.
Some firewall applications need to track connections, scan packets
within a connection, and even have the option of dropping connections
altogether (eg. intrusion protection). Netfilter will need some
rearrangement to achieve this if channels go direct to userspace.
(
Log in to post comments)