Hey all. I recently set up a basic home router AP at home and I’d like to dive in a bit deeper in understanding networking fundamentals. Though, I don’t understand the differences and functionalities for following options, so I thought I’d ask for some help to point me forward.
- Interfaces: Fast Path. According to wiki page it “improves forwarding speeds significantly”. In other words should I just enable this to all active interfaces? Why is it enabled on wlan1 interface by default?
- Firewall filters: Fast Track. Wiki page: “IPv4 FastTrack handler is automatically used for marked connections.” → What is a marked connection and based on what is it marked? “Use firewall action “fasttrack-connection” to mark connections for fasttrack.” → How is this determined?
- Bridge: fast-forward. Wiki page: “Special and faster case of Fast Path which works only on bridges with 2 interfaces (enabled by default only for new bridges)” → So how I understood this is that if I have just two interfaces bridged, not like bridging wlan1 and a switch group master ether2 for instance, the packet processing between interfaces is faster?
Moreover, do these features overlap? Can or should they all be enabled if possible?
Thanks!