#include <netinet/tcp.h>

...

int on=1;

 setsockopt(m_nLsnSocketHandle, IPPROTO_TCP, TCP_NODELAYACK, &on, sizeof(on));
AND