M0dEx / quincy

QUIC-based VPN
MIT License
84 stars 7 forks source link

Maximum datagram size is wrong due to Quinn endpoint misconfiguration #20

Closed M0dEx closed 9 months ago

M0dEx commented 9 months ago

The maximum datagram size is wrong due to Quinn endpoint misconfiguration.

Sometime in Quinn 0.10.X, it became necessary to specify the maximum datagram size in EndpointConfig, which was not needed anymore.

This causes issues with >1500 MTU deployments.