Impact of Nagle Algorithm
When small delay is needed, Nagle algorithm can cause unwanted packet delays
Applications can disable this algorithm:
int one = 1;
setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &one, sizeof(one))
Previous slide
Next slide
Back to first slide
View graphic version