Skip to content

Commit

Permalink
core: adjust m_intrReplyDist for suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Jul 12, 2023
1 parent 8853edc commit dedccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndn-svs/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SVSyncCore::SVSyncCore(ndn::Face& face,
, m_rng(ndn::random::getRandomNumberEngine())
, m_packetDist(10, 15)
, m_retxDist(30000 * 0.9, 30000 * 1.1)
, m_intrReplyDist(50 * 0.9, 50 * 1.1)
, m_intrReplyDist(0, 75)
, m_keyChainMem("pib-memory:", "tpm-memory:")
, m_scheduler(m_face.getIoService())
{
Expand Down

0 comments on commit dedccbd

Please sign in to comment.