increase default smoltcp interface limit and add to README

This commit is contained in:
Aram 🍐 2024-12-01 12:03:41 -05:00
parent c86784ed70
commit 9ccd2e19f6
2 changed files with 12 additions and 0 deletions

4
.cargo/config.toml Normal file
View file

@ -0,0 +1,4 @@
[env]
# Each interface needs 1 IP allocated to the WireGuard peer IP.
# "8" = 7 tunnels per protocol.
SMOLTCP_IFACE_MAX_ADDR_COUNT = "8"