This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/network/utils/pcap-file-wrapper.cc b/src/network/utils/pcap-file-wrapper.cc | |
--- a/src/network/utils/pcap-file-wrapper.cc | |
+++ b/src/network/utils/pcap-file-wrapper.cc | |
@@ -55,6 +55,18 @@ | |
Close (); | |
} | |
+void | |
+PcapFileWrapper::DoDispose (void) | |
+{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone http://github.com/richardwithnell/mptcp.git mptcp-dce | |
cd mptcp-dce | |
git checkout subflow_64 | |
#git checkout netlink | |
git remote add dce git://github.com/richardwithnell/net-next-sim.git | |
git fetch dce | |
git merge dce/sim-ns3-3.14.0-branch --no-commit | |
cat >> arch/sim/defconfig <<END | |
CONFIG_MPTCP=y |