Arisstath / roblox-dissector

Roblox UDP Protocol Dissector
MIT License
129 stars 16 forks source link

Implement proper queuing and scheduling for writer #35

Open Gskartwii opened 5 years ago

Gskartwii commented 5 years ago

The writer should have an update loop on which it collects all queued 0x83 packets and sends them at once in a single container. Additionally, the writer should have a resend queue in case packets get lost.