Skip to content

Commit

Permalink
add comment to the new getUniqueID code
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jun 4, 2023
1 parent 9c5118f commit f0df5d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions router/java/src/net/i2p/data/i2np/I2NPMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ public interface I2NPMessage {

/**
* Replay resistant message ID
* optionally, the caller may pass a msgIDBloomXor value, and the
* return value will be Xor'ed with that value. Passing a msgIDBloomXor
* value of 0 will result in the original ID being returned, instead of
* passing 0 use the no-arg version.
*/
public long getUniqueId(long msgIDBloomXor);
public long getUniqueId();
Expand Down

0 comments on commit f0df5d1

Please sign in to comment.