Open erhant opened 1 month ago
Ever since we did the changes below:
info.listen_addrs
info.observed_addr
add_explicit_peer
the propagation source and message source turn out to be the same.
This is not really expected imo, and this way have to do with the problem in #119 as well since that also started after this change.
This could be related to Permissive setting as well, in which case we can close the issue
Permissive
Ever since we did the changes below:
info.listen_addrs
we simply useinfo.observed_addr
add_explicit_peer
on all peers (which caused memory issues)the propagation source and message source turn out to be the same.
This is not really expected imo, and this way have to do with the problem in #119 as well since that also started after this change.