IP/UDP Sockets in REV
Mark Schonewille
m.schonewille at economy-x-talk.com
Sun Jul 25 11:05:37 EDT 2010
Ewan,
TCP creates the headers for you.
If you mean HTML headers, yes you have to create those yourself when
using sockets, but not when using the put/get URL commands.
If you want to connect to a server that requires special headers, then
you have to do this yourself and you will need to get a copy of the
protocol documentation for that server.
Why do you ask? Are you having a problem with datagram sockets?
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce
On 25 jul 2010, at 16:17, Ewan Richardson wrote:
> Hi there, wondering if someone could help clarify something for me.
>
>
>
> When creating socket connections using the socket datagram
> connection, do
> you have to create the IP header and UDP header (and related
> checksums)
> within revolution, or does revolution take care of this for you?
>
>
> Thanks for your time.
More information about the use-livecode
mailing list