commit | 5f92051f063d5d827a16102d72cf1c23d423d3ec | [log] [tgz] |
---|---|---|
author | Stefan Holmer <stefan@webrtc.org> | Tue Apr 21 12:48:23 2015 |
committer | Stefan Holmer <stefan@webrtc.org> | Tue Apr 21 12:48:07 2015 |
tree | 1b587148ef8302d11c3208040c90b4f3d736f22f | |
parent | e62202fedf57b74cc263246c0586ee353978caf8 [diff] |
Fix bug in TCP implementation (simulations). The problem was that only ACKed packets were subtracted from in_flight_, but lost packets were never removed, which caused TCP to stop sending eventually. R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/43239004 Cr-Commit-Position: refs/heads/master@{#9041}