- Default delivery behavior is immediate send
- Optionally we may send delayed packet if no active connection we still may send:
- with TTL (N milliseconds)
- with expiration time (certain time)
(this two cases may have only different interface but same implementation)
JSTP may store packets in GlobalStorage compatible interface, that may use memory or memory + persistent storage provider (if available for certain platform).
(this two cases may have only different interface but same implementation)
JSTP may store packets in GlobalStorage compatible interface, that may use memory or memory + persistent storage provider (if available for certain platform).