SubverseIM / Subverse.NET

An example implementation of the Subverse Network written in C# .NET for Core v8.0+
https://subverse.network
The Unlicense
4 stars 1 forks source link

[feature/core] Implement TTL for Message Routing #6

Closed IsaMorphic closed 7 months ago

IsaMorphic commented 7 months ago

This pull request solves/implements the requirements set forth in #2.

Schema has been modified as follows:

Subverse.Models.SubverseMessage {
   + int TimeToLive
}