I'm thinking it can be useful if there was a way to create some kind of shared object between all peers and a mechanism to synchronize it.
For example, a bloom filter with an expiration date(while the previous one is valid (not expired) system tries to build the next one.) that stores IDs of all online users. This way we can know in advance if some peer is unavailable.
Removed nonsense
I'm thinking it can be useful if there was a way to create some kind of shared object between all peers and a mechanism to synchronize it.
For example, a bloom filter with an expiration date(while the previous one is valid (not expired) system tries to build the next one.) that stores IDs of all online users. This way we can know in advance if some peer is unavailable.
Removed nonsense