interledgerjs / ilp-protocol-stream

Moved to monorepo in interledgerjs/interledgerjs
https://github.com/interledger/rfcs/blob/master/0029-stream/0029-stream.md
33 stars 15 forks source link

Multiple packets in flight #31

Open emschwartz opened 6 years ago

emschwartz commented 6 years ago

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:

EnclaviaLabs commented 6 years ago

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