mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.98k stars 436 forks source link

new CC for mtcp #145

Closed hanvari closed 6 years ago

hanvari commented 7 years ago

Hi,

I am considering to use mTCP for implementing modified version of CC (cubic,etc). Is there any abstraction for implementing new congestion-controls in mTCP?

Thanks.

ajamshed commented 7 years ago

I am afraid the abstraction layer is not clean. I would suggest that you have a look at tcp_in.c and tcp_out.c