Skip to content

Fix KCP listener config

Max B requested to merge maxb/fix-kcp-listener into main

We had been creating an empty l.kcpConfig struct and then calling SetWindowSize, SetNoDelay and SetMTU with empty values (zeros) 🤦

Merge request reports