Skip to content

v0.1.2

Compare
Choose a tag to compare
@crazyscot crazyscot released this 02 Nov 09:29
· 116 commits to main since this release

πŸ“š Documentation

  • Add build group to cliff config - (603b6b6)

πŸ—οΈ Build & CI

  • Fix release workflow syntax - (294bac3)
  • Make build script less panicky - (0d3ab56)

Errata: Debian packaging (#13)

Note that the Debian packages install a config file as /etc/sysctl.d/20-qcp.conf .

This config does not take effect until reboot. To make it take effect immediately, run: sudo sysctl -p /etc/sysctl.d/20-qcp.conf

The effect of this configuration is to increase your kernel UDP buffer size limits, which is necessary for good QUIC performance. (We currently set them to 2MB. The kernel default is about 240kB.)