linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* problem in sending a message
@ 2005-02-27  6:57 Muruganandam
  2005-02-27 10:07 ` Ron Michael Khu
  0 siblings, 1 reply; 2+ messages in thread
From: Muruganandam @ 2005-02-27  6:57 UTC (permalink / raw)
  To: linux-c-programming

dear all,
when i sending the image file ,it is not exactly same size.it is lower 
than than actual image file.how to send a image file using sockets.i 
expect from u.

thank you,

with regards,
C.Muruganandam


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problem in sending a message
  2005-02-27  6:57 problem in sending a message Muruganandam
@ 2005-02-27 10:07 ` Ron Michael Khu
  0 siblings, 0 replies; 2+ messages in thread
From: Ron Michael Khu @ 2005-02-27 10:07 UTC (permalink / raw)
  To: muruganandam, linux-c-programming

im not sure where ur problem is...
is it with the sending of bytes/data or with the receiving part??

A:
actual size of image file: N bytes
actual bytes sent: M bytes( where M < N)

B:
actual bytes sent: N bytes
actual bytes read: M bytes ( where M < N)

is it scenario A or scenario B?
or a hybrid??

can u send us some of ur code?


Muruganandam wrote:

> dear all,
> when i sending the image file ,it is not exactly same size.it is lower 
> than than actual image file.how to send a image file using sockets.i 
> expect from u.
>
> thank you,
>
> with regards,
> C.Muruganandam
>
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-27 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-27  6:57 problem in sending a message Muruganandam
2005-02-27 10:07 ` Ron Michael Khu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).