commit | 5b640ec9db531169daa2babb7f2ab3b23c8ff434 | [log] [tgz] |
---|---|---|
author | Sjors Hettinga <s.a.hettinga@gmail.com> | Tue Jul 18 16:08:13 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 04 15:05:17 2023 +0200 |
tree | 0d8d4df591a2e653ff4add77387451293ce15dea | |
parent | 05cc2f37a34fe3ec95d109826d9642b98a59e71d [diff] |
net: tcp: Implement TCP new Reno collision avoidance To avoid a TCP connection from collapsing a link, implement a collision avoidance algorithm. Initially TCP new Reno is implemented for its simplicity. Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>