teto / ns-3-dev-git

MPTCP code for ns 3.21. LOOK AT THE WIKI FOR documentation. UNMAINTAINED
http://www.nsnam.org/
GNU General Public License v2.0
6 stars 8 forks source link

Memory is not shared between subflows #3

Open teto opened 8 years ago

teto commented 8 years ago

This is the most critical problem for accurate simulations. Subflows should a single pool of memory but with the current implementations of TcpTxBuffer and TcpRxBuffer it's not possible

For now all subflows have their own buffer and data is copied across them.