Re: sending objects over sockets?
From: Joe (sfjoe_at_spamcop.net)
Date: 10/26/03
- Previous message: Roedy Green: "Re: sending objects over sockets?"
- In reply to: Roedy Green: "Re: sending objects over sockets?"
- Next in thread: Roedy Green: "Re: sending objects over sockets?"
- Reply: Roedy Green: "Re: sending objects over sockets?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Oct 2003 16:21:36 -0700
In article <2vnlpv8tvn92kgkpl9m59r1g3lqqa6o417@4ax.com>,
roedy@seewebsite.com says...
> The only
> catch is just how long can the packet be? I don't know off the top of
> my head how big a UDP packet can be, but I would think it would be in
> the order of 128 bytes or so, unless there is some sort of packet
> reassembly protocol for jumbo packets now functioning.
UDP isn't guaranteed to arrive (or am I thinking of something else?). It
might be tricky to reassemble an opbject with missing parts.
--
"It is impossible to be unjust or unfair to the rich and powerful"
-- Harry Britt
- Previous message: Roedy Green: "Re: sending objects over sockets?"
- In reply to: Roedy Green: "Re: sending objects over sockets?"
- Next in thread: Roedy Green: "Re: sending objects over sockets?"
- Reply: Roedy Green: "Re: sending objects over sockets?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|