The tcp_nodelay ISNO option

At the interface level, there is a tcp_nodelay ISNO option to enable TCP_NODELAY.

Setting the tcp_nodelay value to 1 causes TCP to not delay, which disables nagle, and send each packet for each application send or write.