22 #ifndef NDN_CXX_DETAIL_PACKET_BASE_HPP
23 #define NDN_CXX_DETAIL_PACKET_BASE_HPP
Base class to allow simple management of packet tags.
void setCongestionMark(uint64_t mark)
Set the CongestionMark tag to the specified value.
uint64_t getCongestionMark() const
Get the value of the CongestionMark tag.
Base class to store tag information, e.g., inside Interest and Data packets.