You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a blockchain network where nodes can stall in a specific state for a longer period ( a few minutes). I want every node to broadcast a specific message (its latest broadcasted) every few seconds so that when a new node enters the network it will for sure receive this latest message so it can know what is the state of the others.
I know that there are IWANT and IHAVE messages but it seems like the new peer doesn't receive any of the already multicasted messages when it joins
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a blockchain network where nodes can stall in a specific state for a longer period ( a few minutes). I want every node to broadcast a specific message (its latest broadcasted) every few seconds so that when a new node enters the network it will for sure receive this latest message so it can know what is the state of the others.
I know that there are IWANT and IHAVE messages but it seems like the new peer doesn't receive any of the already multicasted messages when it joins
Beta Was this translation helpful? Give feedback.
All reactions