mtcp-stack / mtcp

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

google bbr #140

Closed bbbig-shark closed 6 years ago

bbbig-shark commented 7 years ago

I would like to port google bbr into mTCP. tcp_in~ProcessACK() seems to be the place to get start?!

ajamshed commented 7 years ago

You will have to analyze and edit a number of files. Maybe: tcp_in.c, timer.c and tcp_out.c.