On Fri, 2016-03-18 at 18:39 -0300, Marcelo Ricardo Leitner wrote:

> -             transport->pathmtu = dst_mtu(transport->dst);
> +             transport->pathmtu = dst_mtu(transport->dst) & ~3;


Well, surely a helper doing this would be better than spreading & ~3 all
over the places ;)



Reply via email to