Skip to content

Delayed packet delivery #32

@tshemsedinov

Description

@tshemsedinov
  • 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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions