(socket) send transmits data on same packet
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.networks only
 
Advanced search
POPULAR GROUPS

more...

comp.os ... networks Profile…
 Up
(socket) send transmits data on same packet         


Author: alexia.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.
1 Comment
Re: (socket) send transmits data on same packet         


Author: Patrick Klos
Date: May 29, 2008 07:55

In article <4af2b327-87ef-45b2-9f47-11d8b00f4a98@e39g2000hsf.googlegroups.com>,
gmail.com> wrote:
>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.
Show full article (0.92Kb)
no comments

RELATED THREADS
SubjectArticles qty Group
[PATCH] firewire: wait until PHY configuration packet was transmittedfa.linux.kernel ·