2017-08-15 UTC
# jaywink I think the way diaspora does the "a node died, we should probably not do timeouting requests forever" is to keep a last success timestamp. If the node doesn't have any successes for X days -> it is not posted to any more. But no actual data is changed, it's just a server implementation thing, not protocol. This is also how my relay system works.