LPC: Making the net go faster (Briefly: user-space network queues)
LPC: Making the net go faster (Briefly: user-space network queues)
Posted Sep 15, 2011 23:00 UTC (Thu) by skitching (guest, #36856)In reply to: LPC: Making the net go faster (Briefly: user-space network queues) by mjthayer
Parent article: LPC: Making the net go faster
There are two types of firewalling: plain address/port checks that are applied when a connection is opened, and "stateful firewalling" where the actual data stream is inspected.
Stateful firewalls can do things like allow HTTP GET/PUT operations, but block other HTTP methods. Sadly, the corporate email at my current employer does this, which prevents all subversion access to external subversion repositories :-(. However it can be useful.
