packages/net/bcp38/files
Török Edwin 0b2b462ae0 BCP38: don't slow down established connections (#2838)
Enabling BCP38 causes an iptables rule to be inserted before this rule:
ACCEPT     all  --  anywhere             anywhere             ID:66773300 ctstate RELATED,ESTABLISHED

This makes all forwarded packets go through the BCP38 ipset match, which slows
down download speed from 440 Mbit/s to 340 Mbit/s.

Only apply BCP38 match rules if state is NEW.

Bump package version.

Signed-off-by: Török Edwin <edwin@skylable.com>
2016-06-12 15:09:05 +02:00
..
bcp38.config Change default bcp38 interface to be eth1, don't enable by default. 2014-11-05 20:36:08 +01:00
bcp38.defaults Add BCP38 implementation package (from CeroWrt). 2014-11-05 00:17:53 +01:00
run.sh BCP38: don't slow down established connections (#2838) 2016-06-12 15:09:05 +02:00