bug-bounty477
xss236
bragging-post119
rce105
account-takeover92
open-source92
authentication-bypass85
google84
privilege-escalation81
csrf79
stored-xss75
access-control69
facebook67
microsoft66
malware65
ai-agents65
web-security63
reflected-xss63
phishing51
input-validation51
smart-contract49
sql-injection48
cross-site-scripting48
defi48
privacy47
cve47
information-disclosure46
ethereum46
tool46
exploit41
api-security41
ssrf40
vulnerability-disclosure38
web-application38
burp-suite37
llm37
opinion36
reverse-engineering36
automation35
ai-security34
responsible-disclosure34
dos34
html-injection33
smart-contract-vulnerability33
web333
apple33
infrastructure33
cloudflare32
idor32
machine-learning32
0
3/10
tutorial
Nagle's algorithm is a TCP optimization technique that reduces network packet overhead by buffering small outgoing messages, but it can introduce latency when combined with delayed ACK. The article explains the algorithm's mechanics, its problematic interactions with other TCP features, and how to disable it via TCP_NODELAY for latency-sensitive applications.
tcp
network-optimization
protocol
latency
congestion-control
tcp-nodelay
delayed-ack
performance-tuning
John Nagle
RFC 896
Ford Aerospace
TCP_NODELAY
TCP_QUICKACK
Minshall's modification