6 ms·
something like: ip route change default via 0.0.0.0 dev eth0 initcwnd 10
by 8plot 16y ago
something like: ip route change default via 0.0.0.0 dev eth0 initcwnd 10
- kragen 16y agoThat doesn't seem to work for me: RTNETLINK answers: No such file or directory Apparently I need to patch my kernel?
- zokier 16y agoslight offtopic: that's one of my favorite error messages that is actually relatively common.
- self 16y agoPerhaps "ip route change default via <your gateway address> dev eth0 initcwnd 10" -- your gateway address, not 0.0.0.0.