Comment by Dagger2

3 days ago

I suspect you forgot to implement a workaround for servers with broken pMTUd. The quickest test for that is probably to run `ip link set mtu 1280 dev eth0` on a client machine and see if it helps.

You'll encounter the same problem on v4, where it's just as difficult to fix as it is on v6. Why single out the latter?