congestion

congestion - TheJavaSea Forum, Gaming Laptops & PCs Reviews, Linux Tutorials, Network Hacks, Hacking, Leaks, Proxies, Domains & Webhosting, Coding Tutorials, SEO Tips & Hacks, Security TIPS and much more.
  1. Marks-Man

    Linux Custom Congestion Controllers (Openwrt & Other Linux Distributions) V1.0

    OPENWRT Download OPENWRT SDK according to your router architecture Upload "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" folder You can...
  2. Marks-Man

    Python Add TCP Congestion Control algorithm (Shadowsocks)

    Edit "tcprelay.py" Find: self._remote_address = None fd_to_handlers[local_sock.fileno()] = self local_sock.setblocking(False) add after it : if sys.platform.startswith('linux') and 'cc_algo' in config: TCP_CONGESTION = getattr(socket, 'TCP_CONGESTION', 13)...
  3. Marks-Man

    Tutorials OpenWrt Network Tweaking by adding Hybla Max Congestion controller and tweakings

    OPENWRT Download OPENWRT SDK according to your router architecture Upload "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" folder You can...
Top