node_pcap
node_pcap copied to clipboard
understand SACK
Selective ACK, or "SACK" is a more efficient optimization to TCP's ACK behavior that is carried in the TCP options header. Most modern operating systems support this, but not all have it enabled.
Without understanding it properly, ACK and retransmission timings won't be accurate.