Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This exploits a "feature" in current MPTCP code, i.e. client will ack packets at TCP level but DACK will be increased only after data are read. This increased DACK will not reach the MPTCP endpoint unless "something" (e.g. a write() or a close()) is done at MPTCP socket level. Related-to: issue #3 Signed-off-by: Davide Caratti <[email protected]>
- Loading branch information