Hacker News new | ask | show | jobs
by 8plot 5679 days ago
something like: ip route change default via 0.0.0.0 dev eth0 initcwnd 10
2 comments

Perhaps "ip route change default via <your gateway address> dev eth0 initcwnd 10" -- your gateway address, not 0.0.0.0.
That doesn't seem to work for me:

    RTNETLINK answers: No such file or directory
Apparently I need to patch my kernel?
slight offtopic: that's one of my favorite error messages that is actually relatively common.