Skip to content

Amaze Network is a high-performance system utility written in C#, designed for deep optimization of the Windows network stack and CPU resource management in real-time. It is specifically engineered for gamers and power users looking to minimize latency (ping) and maximize system responsiveness.

Notifications You must be signed in to change notification settings

Adiru3/AmazeNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Amaze Network 🚀

image

Amaze Network is a high-performance system utility written in C#, designed for deep optimization of the Windows network stack and CPU resource management in real-time. It is specifically engineered for gamers and power users looking to minimize latency (ping) and maximize system responsiveness.


🛠 Core Features

The engine operates across five distinct system layers to ensure peak performance:

1. Hardware Level Optimization

  • Direct Cache Access (DCA) & NetDMA: Enables direct cache access to reduce CPU overhead during network packet processing.
  • RSS (Receive Side Scaling): Enables scaling to distribute network traffic processing across multiple CPU cores.
  • Interrupt Moderation: Disables network adapter interrupt moderation globally via PowerShell to ensure instant packet handling.

2. Traffic & System Prioritization

  • Network Throttling Bypass: Sets the NetworkThrottlingIndex to 0xFFFFFFFF to disable Windows' built-in throttling for non-multimedia traffic.
  • System Responsiveness: Adjusts the system profile to 0% responsiveness to prioritize user tasks over background system services.
  • QoS DSCP Tagging: Implements Quality of Service (QoS) policies to tag traffic with DSCP 46 (High Priority), ensuring preferred routing.

3. Protocol Stack (TCP/IP Tweaks)

  • Disable Nagle's Algorithm: Modifies TcpAckFrequency and TCPNoDelay in the registry to send small packets without delay.
  • TCP Fast Open (TFO): Enables Fast Open to speed up the data exchange process during connection establishment.
  • UDP/TCP RSC Disable: Disables Receive Segment Coalescing to reduce jitter in real-time applications.

4. Dynamic Process Optimization

The script continuously monitors the foreground window and applies specific optimizations to detected games:

  • CPU Affinity: Automatically masks the process to exclude Core 0, preventing conflicts with system interrupts and OS tasks.
  • Process Priority: Dynamically elevates the game process priority to High.

5. Deployment & Automation

  • Auto-Installer: Automatically deploys itself to Program Files\AmazeGaming if executed from a different directory.
  • Persistence: Utilizes Windows Task Scheduler (schtasks) to create a logon task with HIGHEST privileges.
  • Tray Integration: Runs a system tray icon for background management, allowing users to toggle the debug console.

🚀 Getting Started

  1. Requirements: .NET Framework and Windows 10/11.
  2. Permissions: The application requires Administrator privileges to modify registry keys and network configurations; it will automatically prompt for elevation if needed.
  3. Usage: Simply run the compiled AmazeNetwork.exe. Upon the first run, it will install itself and start the optimization loop.

Command Line Arguments

  • -silent — Launches the application directly to the system tray without showing the console window.

⚠️ Disclaimer

This utility makes significant changes to the Windows Registry and network interface configurations. It is intended for advanced users. Use it at your own risk.


🔗 Connect with me

YouTube TikTok

💰 Legacy Crypto

  • BTC: bc1qflvetccw7vu59mq074hnvf03j02sjjf9t5dphl
  • ETH: 0xf35Afdf42C8bf1C3bF08862f573c2358461e697f
  • Solana: 5r2H3R2wXmA1JimpCypmoWLh8eGmdZA6VWjuit3AuBkq
  • USDT (TRC20): TNgFjGzbGxztHDcSHx9DEPmQLxj2dWzozC
  • USDT (TON): UQC5fsX4zON_FgW4I6iVrxVDtsVwrcOmqbjsYA4TrQh3aOvj

🌍 Support Links

Donatello Ko-fi Steam

About

Amaze Network is a high-performance system utility written in C#, designed for deep optimization of the Windows network stack and CPU resource management in real-time. It is specifically engineered for gamers and power users looking to minimize latency (ping) and maximize system responsiveness.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages