uci-docker-caddy/readme.md

22 lines
285 B
Markdown
Executable File

## BUILDING
### Testing
### Publishing
## DEPLOYING
# NOTES
https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size
on host persistent increase kernel buffer size
echo net.core.rmem_max=2500000 | sudo tee -a /etc/sysctl.conf
# confirm
sudo sysctl -p | grep rmem_max