Actions
Task #1008
closedRe-enable support for ccnb packet format and "pluggable" wire format selection
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/15/2013
Due date:
% Done:
0%
Estimated time:
Updated by Alex Afanasyev over 11 years ago
- Subject changed from Re-enable support for ccnb packet format to Re-enable support for ccnb packet format and "pluggable" wire format selection
Updated by Alex Afanasyev over 11 years ago
As of now, ndnSIM supports two packet formats: ndnSIM (efficient processing) and ccnb (compatible with NDNx/CCNx). By default, "ndnSIM format":http://ndnsim.net/ndnsim-packet-formats.html is used and can be switched to ccnb using global variable ndn::WireFormat:
Config::SetGlobal ("ndn::WireFormat", IntegerValue (ndn::Wire::WIRE_FORMAT_CCNB));
or
./waf --run="... --ndn::WireFormat=1
Updated by Alex Afanasyev almost 10 years ago
- Status changed from Resolved to Closed
Actions