Skip to content

Commit

Permalink
Disable DlmLoaderFactory (see issue #123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhenderson committed Aug 2, 2021
1 parent 054dccf commit 4bca774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/dce-mptcp-lte-wifi-v6.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int main (int argc, char *argv[])
LinuxStackHelper stack;
dceMng.SetNetworkStack ("ns3::LinuxSocketFdFactory",
"Library", StringValue ("liblinux.so"));
dceMng.SetLoader ("ns3::DlmLoaderFactory");
// dceMng.SetLoader ("ns3::DlmLoaderFactory");
dceMng.SetTaskManagerAttribute ("FiberManagerType",
StringValue ("UcontextFiberManager"));
dceMng.Install (mn);
Expand Down

0 comments on commit 4bca774

Please # to comment.