lightyear icon indicating copy to clipboard operation
lightyear copied to clipboard

Investigate channel receivers

Open cBournhonesque opened this issue 8 months ago • 0 comments

Take a look at channel receivers to see if they are correct.

I think reliability should only be the concern of the sender, and ordering (sequenced, ordered, unordered) should only be the concern of the receiver. So why do we have stuff like sequenced_reliable and sequenced_unreliable? Is it just to discard fragments?

I'm wondering if there's an issue here.

Similarly, it looks like unordered_reliable doesn't make sense; the sender makes sure that the channel is reliable by re-sending stuff if no acks

cBournhonesque avatar Jun 03 '24 16:06 cBournhonesque