Never mind, I think I got it working in the other wayI'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:
the log shows that vegas is registered tho:echo 1 > /proc/sys/net/ipv4/tcp_vegas_cong_avoid
-sh: can't create /proc/sys/net/ipv4/tcp_vegas_cong_avoid: nonexistent directory
also the available methods show vegas:kernel: TCP vegas registered
any ideas?cat /proc/sys/net/ipv4/tcp_available_congestion_control
cubic reno vegas
doc: http://neal.nu/uw/linux-vegas/
Code:modprobe tcp_vegas cat /proc/sys/net/ipv4/tcp_available_congestion_control cubic reno vegas #setting it to vegas echo vegas > /proc/sys/net/ipv4/tcp_congestion_control cat /proc/sys/net/ipv4/tcp_congestion_control vegas






