Details
Details
Tested later in the stack.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/types/tunnelbroker/peer-to-peer-message-types.js | ||
---|---|---|
115 ↗ | (On Diff #42862) | Just curious - why do we need the invalid token value? |
lib/types/tunnelbroker/peer-to-peer-message-types.js | ||
---|---|---|
115 ↗ | (On Diff #42862) | To handle some race conditions and messages delivered with delay:
In case 3 we just ignore the message because we're invalidating a different token (implemented in D12912). |
lib/types/tunnelbroker/peer-to-peer-message-types.js | ||
---|---|---|
115 ↗ | (On Diff #42862) | Okay, this makes perfect sense to me, thanks for explaining |