fix sysctl command

This commit is contained in:
Cameron Sparr 2016-02-01 16:50:38 -07:00
parent 88cc1ad8dd
commit 8ee98d82c4

View File

@ -66,7 +66,7 @@ This library attempts to send an
"unprivileged" ping via UDP. On linux, this must be enabled by setting
```
sysctl net.ipv4.ping_group_range=0
sudo sysctl -w net.ipv4.ping_group_range="0 2147483647"
```
If you do not wish to do this, you can set `pinger.SetPrivileged(true)` and