Author: alexia.beealexia.bee Date: May 28, 2008 11:21
Hi all,
I noticed that when I use send() function to send data to remote PC, I
see all the data on same packet (Wireshark) even though I used send
more than once.
For example,
send("er");
send("an");
send("ya");
I will see the data on same packet rether than 3 packets.
thanks.
|