ccp-project / ccp-kernel

A Linux Kernel module implementing support for CCP congestion control algorithms
https://ccp-project.github.io/
MIT License
21 stars 8 forks source link

Fails with many connections #6

Open fcangialosi opened 6 years ago

fcangialosi commented 6 years ago

Currently, the space for connection information is allocated statically on module load. We might want to change this to be dynamic. For now, the size of the static array has been increased.