Skip to content

derekwin/tcp_ql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcpql

tcpql is a new congestion control algorithm based on q-learning.

Envs

os : Ubuntu

usage

clone the repo

git clone https://github.com/opendev2020/tcp_ql.git

build

cd tcp_ql
make all

insert the module

sudo insmod tcpql.ko

set tcpql as current congestion control

sysctl net.ipv4.tcp_congestion_control=tcpql

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%