I have an application that reads packets from a device using TCP. I am wondering if my receiver application creates sockets using TCP_NODELAY option, will the device automatically start sending packets without buffering them, or do I have to make this change on the sender(device)?I have an application that reads packets from a