OPENWRT
Download OPENWRT SDK according to your router architectureUpload "hybla_max" folder to package folder
Select Kernel modules --> Network Support ---> kmod-hybla_max
Navigate to bin directory, find and install kmod-hybla_max.ipk
Linux
Download "tcp_hybla_max/module" folderYou can load module on startup in rc.local file
Route Tweaking with ip route
Tweak your lan network and at first check your network routes because it differs from network to network. ex: 192.168.1.0/24Create .sh script in order not to get disconnect because we need to delete route and re-add a new one
add the following :
Note: ttl-propagate option is not available on old iproute, please make sure you are running on latest kernel
Sysctl.conf Tweaks
Read more
Continue reading...