Handling acks during 1+ second packet loss with Glenn Fiedler's Reliable UDP Solution

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • yojimbo

    A network library for client/server games written in C++

  • I can't remember exactly how best to handle this (Glenn's yojimbo project is probably your best bet for a concrete implementation), but here's an idea: buffer and ACK some packets (e.g. up to N packets following your missing packet) and discard everything else (without ACK) until the missing one shows up. The protocol will then continuously try to send your missing packet, in addition to the packets you've intentionally not ACK'd. Once the missing packet shows up you can process it and any buffered packets up to your next missing packet and repeat.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • "Move all" feature added in inventory. In your face little fudsters. Gaming revolution incoming!

    1 project | /r/starcitizen_refunds | 7 Jul 2022
  • Programming question : Which techniques are used to achieve real-time between players in online openworlds ? (think wow, ff14, teso)

    1 project | /r/gamedev | 2 Sep 2021
  • I just want force-feedback

    1 project | /r/starcitizen | 2 Oct 2022
  • Why is client FPS limited by netcode?

    1 project | /r/starcitizen | 10 Jan 2022
  • Should I write my game server in C so that I can use the latest version of the netcode protocol?

    1 project | /r/gamedev | 18 Dec 2021