diff --git a/Readme.md b/Readme.md index bd73122..0695bf4 100644 --- a/Readme.md +++ b/Readme.md @@ -18,3 +18,13 @@ $ go run . ### open webbrowser http://localhost:8080/ + +## Note + +`babeld` can spew out massive amounts of route changes that can fill the netlink socket. + +Check your values: + +1. `/proc/sys/net/core/rmem_default` >= 1048576 (1MB) +2. `/proc/sys/net/core/rmem_max` higher than the value above +