A lightweight, high-performance Magisk/KernelSU module designed to optimize system TCP buffers, enhance network responsiveness, and improve overall device data speeds.
Developed by @dr.tit π
- TCP Buffer Optimization: Dynamically scales LTE network buffers (
net.tcp.buffersize.lte) to allow maximum data throughput and prevent network choking during heavy usage or gaming. - TTL Adjustments: Modifies the default Time-to-Live (
ip_default_ttl) value to 64, optimizing data packet routing and helping bypass carrier-enforced throttling on certain mobile networks. - Boot-Safe Execution: Utilizes a native
service.shboot script with a 60-second delay (sleep 60) to ensure system stability and compliance with Android security policies (SELinux) after device initialization. - Ultra-Lightweight: Zero background battery drain or CPU overhead. Applies configurations once at boot and exits cleanly.
- Android Device running Android 9.0 (Pie) up to Android 14+
- Root access via KernelSU, KernelSU Next, or Magisk
- Download the latest release zip:
DrTit_NetBooster.zip. - Open your Root Manager app (KernelSU / Magisk).
- Navigate to the Modules tab.
- Click Install from storage and select
DrTit_NetBooster.zip. - Wait for the
Flash successscreen showingby dr.tit. - Reboot your device.
- Note: The tweaks will automatically apply 60 seconds after your system completely boots up.
After rebooting and waiting for 1-2 minutes, you can verify if the properties were applied correctly using any terminal emulator (like Termux) by running:
getprop net.tcp.buffersize.lte