GitHub repo: github.com/hejhdiss/Truth-Of-Indiahttps://github.com/hejhdiss/Truth-Of-India
Live site: https://truthofindia.hejhdiss.workers.dev/https://truthofindia.hejhdiss.workers.dev/
You might be wondering what a collection of investigative arti...
> GitHub Repository: https://github.com/Qeltrix/Qeltrix-v6https://github.com/Qeltrix/Qeltrix-v6
>
> PyPI:https://pypi.org/project/qeltrix-v6/https://pypi.org/project/qeltrix-v6/
>
> ! Proof-of-concept only. Not for production use without an independ...
Read on Why a Stable Sawtooth from a Nonlinear System Matters
Disclaimer: This Is About Research Potential, Not Superiority Claims
Before we begin: this article is not claiming NDM-TCP is better than CUBIC, BBR, or Reno. Those algorithms are prod...
A Personal Experience with AI-Assisted System Development — Using NDM-TCP as a Case Study
> An honest technical reflection — not a research paper.
Introduction
This article is a transparent look at:
What it actually feels like to build a real s...
1. Introduction
This report documents a real-world comparative analysis of three TCP congestion control algorithms: TCP Reno, TCP Cubic, and ndmtcp. Unlike theoretical simulations or controlled lab environments, this test was conducted within a liv...
A statement on licensing, commercialization, and responsible use
What This Article Is About
This document clarifies:
What NDM-TCP is intended for
My position on how it should and shouldn't be used
Concerns about potential misuse
Important ca...
A 3-minute read on testing philosophy and practical constraints
The Reality Check
Let me be transparent with the community: this is a personal hobby project I'm working on between studying for upcoming exams. As a solo developer with limited time ...
GitHub Repository: https://github.com/hejhdiss/lkm-ndm-tcphttps://github.com/hejhdiss/lkm-ndm-tcp
Important Clarification: Updated and Why?
There was a significant confusion in the original analysis. When I uploaded test results to Claude Sonnet ...
GitHub Repository: https://github.com/hejhdiss/lkm-ndm-tcphttps://github.com/hejhdiss/lkm-ndm-tcp
Introduction
This article presents a performance comparison of four TCP congestion control algorithms tested on pure localhost loopback with no arti...
GitHub Repository: https://github.com/hejhdiss/lkm-ndm-tcphttps://github.com/hejhdiss/lkm-ndm-tcp
Related Articles:
NDM-TCP: Correction, Clarification and Real Performance Resultshttps://dev.to/hejhdiss/ndm-tcp-correction-clarification-and-real-pe...
What's New in the Optimized Build
The optimized version of NDM-TCP ndmtcplkmoptimized.c introduces several low-level improvements over the standard v1.0 implementation while maintaining the same algorithmic approach.
Key Optimizations
1. AVX/SIMD...
What's New in the Optimized Build v2.0.0-100g
The "Ultra Optimized" build of NDM-TCP represents a radical shift from the standard v1.0 logic. While the standard version prioritizes mathematical precision and readability, this 100Gbps target build ...
Introduction
The latest iteration of NDM-TCP v3.0.4-hyper-entropy represents a fundamental shift in high-speed congestion control. While previous optimized versions focused on vectorized SIMD AVX instructions, the Hyper-Embedded build prioritizes d...
Author: Muhammed Shafin P
Date: 14th February 2026
Test System: Xubuntu 24.04 LTS, Linux Kernel 6.11.0
Important Correction and Apology
I need to correct and clarify statements made in my previous article titled "NDM-TCP vs TCP Cubic vs TCP...
The Challenge: Intelligence Without Overhead
Most machine learning systems are resource-intensive. A typical deep learning model for network control might consume hundreds of megabytes of RAM, require TensorFlow or PyTorch libraries, and heavily ut...