Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Multiple packets in flight #31

Open
emschwartz opened this issue May 16, 2018 · 1 comment
Open

Multiple packets in flight #31

emschwartz opened this issue May 16, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@emschwartz
Copy link
Member

Currently, this module waits for the response to each Prepare packet before sending the next one. If the path can support sending multiple packets at the same time, the module should fire off as many as possible so that the money and data is sent as quickly as possible.

To do this, STREAM would need to keep track of:

  • Total amount of money in flight and the path limit
  • Total number of bytes in flight and the path limit
  • Total number of packets in flight (and the path limit, if there is one)
@emschwartz emschwartz added the enhancement New feature or request label May 16, 2018
@EnclaviaLabs
Copy link

Is it possible to take advantage of RTMFP protocol in Interledger Streaming services? It is encrypted, p2p protocol for streaming. That would be huge :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants