bug-bounty488
xss246
rce122
bragging-post119
account-takeover104
open-source92
google91
privilege-escalation86
authentication-bypass86
csrf81
facebook76
stored-xss75
access-control70
microsoft66
ai-agents66
malware66
web-security63
reflected-xss63
cve55
exploit53
input-validation51
phishing51
smart-contract49
sql-injection49
defi48
cross-site-scripting48
privacy47
tool46
information-disclosure46
ethereum46
ssrf44
api-security42
vulnerability-disclosure39
reverse-engineering38
web-application38
llm37
burp-suite37
opinion36
automation35
ai-security35
apple35
dos34
responsible-disclosure34
html-injection33
infrastructure33
smart-contract-vulnerability33
web333
cloudflare33
writeup33
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