bug-bounty489
xss246
rce122
bragging-post119
account-takeover103
google95
open-source92
authentication-bypass85
privilege-escalation83
csrf81
facebook76
stored-xss75
access-control69
malware68
microsoft68
ai-agents65
reflected-xss63
web-security63
exploit56
cve56
phishing53
input-validation51
smart-contract49
cross-site-scripting48
defi48
sql-injection48
privacy47
ethereum46
information-disclosure46
tool46
ssrf44
api-security41
vulnerability-disclosure38
reverse-engineering38
web-application38
llm37
burp-suite37
dos36
opinion36
apple35
automation35
ai-security34
cloudflare34
responsible-disclosure34
web333
html-injection33
smart-contract-vulnerability33
infrastructure33
writeup33
machine-learning32
0
5/10
Introductory explanation of client-server game architecture as a foundational anti-cheat mechanism, discussing why authoritative servers are necessary to prevent cheating and how network latency creates responsiveness challenges that must be addressed with techniques like client-side prediction and server reconciliation.
game-networking
client-server-architecture
multiplayer-games
latency
anti-cheat
authoritative-server
network-delay
game-development
Gabriel Gambetta
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