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
If a sender has a broken IBLT or is missing TXs, sending a State message on missing transactions by a receiver will result in an infinite loop.
Removing this requirement could have the effect a State message is never send if a sender has at least 1 new transaction within the gossip interval (high load).
We could add a warning that a State message should not be send so much..... @gerardsn
The text was updated successfully, but these errors were encountered:
If a sender has a broken IBLT or is missing TXs, sending a State message on missing transactions by a receiver will result in an infinite loop.
Removing this requirement could have the effect a State message is never send if a sender has at least 1 new transaction within the gossip interval (high load).
We could add a warning that a State message should not be send so much.....
@gerardsn
The text was updated successfully, but these errors were encountered: