tvoinarovskyi / battlegrounds

Just poking with collision detection and other algorythms
0 stars 1 forks source link

Add reliable interface on top of UDP #21

Open tvoinarovskyi opened 7 years ago

tvoinarovskyi commented 7 years ago

When channel is created (special opcode) we must specify if it is reliable or not reliable. If reliable on UDP we must send an ACK for each packet on the receiver's side we receive and if ACK is not received in N milliseconds (configurable) we must send it again on sender's side

tvoinarovskyi commented 7 years ago

Added some docs on the topic. Still in process