Open MitchellMarinoDev opened 1 year ago
A Tracking issue for what needs to be done for v0.4.0. The main big feature being the replacement of TCP, with a reliable UDP implementation.
v0.4.0
webrtc-unreliable
PingMsg
RTT
AckMsg
Ordered
Newest
None
ReliableNone
A Tracking issue for what needs to be done for
v0.4.0
. The main big feature being the replacement of TCP, with a reliable UDP implementation.Tasks:
webrtc-unreliable
to (hopefully) be dropped in place of UDP with greater ease.PingMsg
forRTT
estimation.AckMsg
to make sure all messages get acknowledge.Ordered
,Newest
,None
).ReliableNone
should have duplication detection.