tl;dr given a Wireguard client and server with different MTU
values, which value is used?
Given a Wireguard "client" with configuration file
[Interface]
MTU = 1440
...
and a Wireguard "server" with configuration file
[Interface]
MTU = 1420
...
which MTU
value is used? In other words, is there a negotiation between them for a common MTU value?
Or does each side use exactly the MTU
value it is given?