Consider changing stream frames like DATA to indicate absolute stream position and throttle frames like WINDOW to indicate absolute ack position independent of window size.
Unreliable transports can proactively advance the ack position much as they can proactively send flow control credit today.
Reliable transports can propagate corresponding ack positions to accurately convey reliable transmission at lower level protocols via higher level reaktivity stream concepts.
Consider changing stream frames like
DATA
to indicate absolute streamposition
and throttle frames likeWINDOW
to indicate absoluteack
position independent ofwindow size
.Unreliable transports can proactively advance the
ack
position much as they can proactively send flow control credit today.Reliable transports can propagate corresponding
ack
positions to accurately convey reliable transmission at lower level protocols via higher level reaktivity stream concepts.