I ran into the following build failure in the initial build with ./waf.
../src/point-to-point/model/qbb-net-device.cc:91:32: error: ‘class ns3::RdmaEgressQueue’ has no member named ‘GetNode’; did you mean ‘GetNBytes’?
std::cout << "node" << this->GetNode().GetId() << " packetSize " << p->GetSize() << " time " << Simulator::Now().GetNanoSeconds() << " unsched " << unsched << std::endl;
^~~~~~~
GetNBytes
I ran into the following build failure in the initial build with ./waf.
../src/point-to-point/model/qbb-net-device.cc:91:32: error: ‘class ns3::RdmaEgressQueue’ has no member named ‘GetNode’; did you mean ‘GetNBytes’?
std::cout << "node" << this->GetNode().GetId() << " packetSize " << p->GetSize() << " time " << Simulator::Now().GetNanoSeconds() << " unsched " << unsched << std::endl;
^~~~~~~
GetNBytes