I just switched a celeron-M based OpenBSD gateway to a routerboard 150 and have seen bittorrent speeds drop (the upstream is limiting missionary-style bittorrent traffic). From what I can gather, some folks are speeding things up by dropping all reset traffic with something like this:
ptables -F INPUT -p tcp --dport bittorrent-port-range --tcp-flags RST RST -j DROP
Can this be accomplished with RouterOS? I was also using some of OpenBSD’s stochastic optimization for TCP sequence number to improve throughput (and it worked well). I know I can’t expect the same behavior from RouterOS, but it would be nice if I was able to get numbers that weren’t 10% of what I was seeing with OpenBSD. I know this is sort of the opposite of what people are usually doing with RouterOS (deliberately limiting bittorrent to conserve wireless bandwidth, but the RB150 is an all wired ethernet router… I would like to go in the other direction).
Any ideas?