NoDelay

Quick rating

NoDelay

No reviews yet

Ping Optimizer, Very basic and simple. Made for all server's.

No Theme
No Genre
PvP
QoL & Tweaks
Client Utility
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
NoDelay-1.21.4.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

NoDelay

A client-side Fabric mod that disables Nagle's algorithm on your Minecraft connection and optionally tags packets for low-latency QoS — squeezing every wasted millisecond out of your trip to the server.

Supports Minecraft 1.21.10 and 1.21.11 · Fabric · Java 21 · Client-side only


What it does

Vanilla Minecraft leaves Nagle's algorithm enabled on its TCP socket. Nagle batches small outgoing packets to save bandwidth — great for downloading a movie, not great for a game where every keystroke is a 1-byte payload that needs to ship now. NoDelay sets TCP_NODELAY on the active server connection so packets go out the instant they're written, not 40 ms later when the kernel decides it has enough of them.

It also (optionally) sets the IP DSCP field to EF (Expedited Forwarding, 0xB8) so consumer routers and ISPs that honor QoS will prioritize your Minecraft traffic over background downloads.

Result: lower input-to-server latency, smoother PvP, fewer "rubberband when someone else on Wi-Fi opens YouTube" moments.

Features

  • TCP NoDelay — disables Nagle's algorithm on the live Netty channel
  • Low-latency DSCP marking — sets QoS class EF on outgoing packets
  • Login-phase application — applied before you even finish handshaking, not just in-game
  • Auto-reapply on reconnect — survives server hops without manual re-enabling
  • HUD badge — small "ND" indicator in your chosen corner so you know it's active. Compact, verbose, or dot-only styles, with X/Y nudge sliders
  • Toggle keybind — bound to O by default, fully rebindable, with on-screen toast feedback
  • Custom in-game settings UI — clean sidebar layout (Network / Display / Controls / About / Discord) with no Cloth or ModMenu dependency
  • /nodelay command — toggle, status, and settings shortcuts from the chat bar
  • First-time prompt — asks once when you first join a server, so you know the mod is there

Compatibility

  • Server-side: none required. NoDelay works on any vanilla or modded server. It's a pure transport-layer tweak — it doesn't touch game logic, packet contents, or anything an anti-cheat would care about.
  • Anti-cheat safe by design. NoDelay has no movement, combat, or rendering modifications. It just flips two socket options.
  • Standalone — no Fabric API tier-2 dependencies beyond the loader. No Cloth Config, no ModMenu required.

Requirements

  • Fabric Loader for the matching Minecraft version
  • Fabric API
  • Java 21

Default keybinds

Action Default
Toggle NoDelay  O
Open settings unbound

Both rebindable in the in-game menu under Controls.

Default settings

All toggles ship enabled out of the box, so a fresh install gives you the full latency reduction with zero configuration. If you want to A/B test the difference, just turn things off in the menu.

Community

Join the Discord: https://discord.gg/justiceclient

Credits

Made by mishka · MIT License

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works