G
Guest
I am setting NoDelay on Socket using SetSocketOption method so that I dont
get merged packets and reves coalescing.But after some packets the receving
side gets merged data for 2- 3 packets.
I have TCPip socket.
sock.SetSocketOPtion(SocketOptionLevel.Tcp, SocketOptionName.NoDelay, 1)
But it works fine if i use this option not in C# but in MFC.....
Do I need to set any other option also? Please guide.
get merged packets and reves coalescing.But after some packets the receving
side gets merged data for 2- 3 packets.
I have TCPip socket.
sock.SetSocketOPtion(SocketOptionLevel.Tcp, SocketOptionName.NoDelay, 1)
But it works fine if i use this option not in C# but in MFC.....
Do I need to set any other option also? Please guide.