Actions
Bug #2826
closedping client generates predictable Nonce
Start date:
05/19/2015
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Snippet from ping.cpp:
interest.setNonce(m_nextSeq);
Consumer application shouldn't explicitly set the Nonce.
Nonce should be left unset so that the library will generate a random Nonce.
Actions