Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed packet delivery #32

Open
tshemsedinov opened this issue Jan 11, 2017 · 0 comments
Open

Delayed packet delivery #32

tshemsedinov opened this issue Jan 11, 2017 · 0 comments

Comments

@tshemsedinov
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants