Search Unity

[Release] Packet Loss Notification

Discussion in 'Multiplayer' started by e199, Jun 3, 2019.

  1. e199

    e199

    Joined:
    Mar 24, 2015
    Posts:
    101
    https://github.com/RomanZhu/Packet-Loss-Notification

    Features
    • Notification about each lost unreliable packet
    • Transport-agnostic
    • Simple logger
    Overview
    The project provides a helper class for detection and notification about lost unreliable packets. This is an important part of many advanced synchronization strategies. For example, Eventual Consistency uses it.

    For simplicity, the server supports only one client.