I'd like to play around with tcp_vegas a bit so I loaded the module with modprobe, but somehow the files don't appear in the /proc/sys directory:
Quote:
echo 1 > /proc/sys/net/ipv4/tcp_vegas_cong_avoid
-sh: can't create /proc/sys/net/ipv4/tcp_vegas_cong_avoid: nonexistent directory
the log shows that vegas is registered tho:
Quote:
kernel: TCP vegas registered
also the available methods show vegas:
Quote:
cat /proc/sys/net/ipv4/tcp_available_congestion_control
cubic reno vegas
any ideas?:)
doc:
http://neal.nu/uw/linux-vegas/