Hello
In my system (Win-XP) we send a small tcp packet (112b) every 40 mili-sec. Using a SW sniffer, we observed that the packets are grouped together and hence are send in a delay (there is 40msec diff between every two packets). We set to "off" the nagle algorithm using TCP_NO_DELAY option, but still we observed that grouping phenomena that effects badly the latency. Any ideas?
Thanks
Yossi
In my system (Win-XP) we send a small tcp packet (112b) every 40 mili-sec. Using a SW sniffer, we observed that the packets are grouped together and hence are send in a delay (there is 40msec diff between every two packets). We set to "off" the nagle algorithm using TCP_NO_DELAY option, but still we observed that grouping phenomena that effects badly the latency. Any ideas?
Thanks
Yossi