[CentOS] CentOS 7 as a guest VM

Tue Dec 3 19:20:34 UTC 2019
Jerry Geis <jerry.geis at gmail.com>

Seems like its the single byte thing...
I tried adding:

int flag = 1;
if(setsockopt(fd, IPPROTO_TCP, TCP_NODELAY,  &flag, sizeof(flag)) < 0)

but did not have any effect. I also did the echo 1 >
/proc/sys/net/ipv4/tcp_low_latency
seems to have no effect also.

Jerry