aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-11-21 02:23:55 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-11-25 19:10:47 +0800
commit5f0a4416db4339176e31fab5f4b7b79f4e7cf20b (patch)
tree828d36e96530feb48f310a0acd07cef372f0dc27 /docker
parent4c2933ad825aa11ce118abddfe6eeafc0422b2b6 (diff)
downloaddexon-5f0a4416db4339176e31fab5f4b7b79f4e7cf20b.tar
dexon-5f0a4416db4339176e31fab5f4b7b79f4e7cf20b.tar.gz
dexon-5f0a4416db4339176e31fab5f4b7b79f4e7cf20b.tar.bz2
dexon-5f0a4416db4339176e31fab5f4b7b79f4e7cf20b.tar.lz
dexon-5f0a4416db4339176e31fab5f4b7b79f4e7cf20b.tar.xz
dexon-5f0a4416db4339176e31fab5f4b7b79f4e7cf20b.tar.zst
dexon-5f0a4416db4339176e31fab5f4b7b79f4e7cf20b.zip
whisper: fixed broadcast race
Whisper's expire and broadcast loops happen in two separate go routines. Whenever an envelope is being expired it's removed from the set of envelopes and it looses all information about the envelope, including the "known hash". After the envelope has been removed it can be re-accepted by a broadcasting peer putting back the envelope in the set of envelopes. Since the envelope broadcast loop is separate of the expire loop expired messages may be broadcast to other peer, resulting in messages **never** being dropped. This PR includes an expire check before adding new messages to the set of envelopes.
Diffstat (limited to 'docker')
0 files changed, 0 insertions, 0 deletions