Langue

Properer Ping

Modrinth

A Fabric mod that tracks and provides access to packet latency measurements between the client and server.

507 téléchargements 3 abonnés mis à jour 5mo ago
dernière v1.1 Modrinth
Fabric 1.21.6 – 1.21.11 Utility

Properer Ping

A Fabric mod that tracks and provides access to packet latency measurements between the client and server.

Best paired with a mod like Ping View or Better Ping Display (whenever it gets updated).

Features

  • Tracks latency for the last 5 packets sent between client and server
  • Measures latency in milliseconds with nanosecond precision
  • Thread-safe implementation using concurrent collections

How It Works

The mod uses mixins to intercept Minecraft's query ping/pong packets to measure round-trip time (RTT):

  1. Client sends QueryPingC2SPacket: Contains a timestamp and requests server information
  2. Server responds with PingResultS2CPacket: Echoes back the original timestamp
  3. ClientPlayNetworkHandlerMixin: Intercepts the pong response
  4. PacketLatencyTracker: Calculates latency as (response time - request time)

RTT is measured as the time between sending a query ping and receiving the pong response.

Versions

Release
1.1
fabric · 1.21.6, 1.21.7, 1.21.8 · 5mo ago
added support to 1.21.6-1.21.11
409
Release
1.0.1
fabric · 1.21.8 · 8mo ago
fix crash
73
Release
1.0
fabric · 1.21.8 · 8mo ago
first release
25

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger Properer Ping

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.