Tried a similar trick on my firewall
insert_rule $filter_table->{FORWARD}, 1, "-p tcp -m tcp --sport 3724 --tcp-flags RST RST -j DROP";
No more disconnects, but I do see what you're saying about the lag spikes. Still the lag spike is much better than being disconnected
insert_rule $filter_table->{FORWARD}, 1, "-p tcp -m tcp --sport 3724 --tcp-flags RST RST -j DROP";
No more disconnects, but I do see what you're saying about the lag spikes. Still the lag spike is much better than being disconnected