project

project - 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

    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)...
Top