Skip to content

Commit

Permalink
zero-out default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Yanagida committed Jul 30, 2024
1 parent 72448b8 commit 8c43b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/qos/qos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Qos::Qos()

void
Qos::markPacket(ndn::PacketBase& pkt, const Name& name){
uint16_t fb_code = BOOST_BINARY( 10111000 );
uint16_t fb_code = BOOST_BINARY( 00000000 ); //default
//lookup
fb_code = m_qosTable.match_and_fetch(name);
//mark
Expand Down

0 comments on commit 8c43b3c

Please sign in to comment.