As of right now our whole Flow Control relies on buffers with backpressure implemented as a simple FIFO handshakes which is similar to ON/OFF but it's not it.
[ ] Find out more abut limitations of Backpressure systems and has nobody written about a simple fifo handshake as a mean to perform backpressure
[ ] Try to implement ON/OFF backpressure
[ ] Look into credit based backpressure as an intro into ADAPTIVE ROUTING ALGORITHMs
As of right now our whole Flow Control relies on buffers with backpressure implemented as a simple FIFO handshakes which is similar to ON/OFF but it's not it.