> I was wondering the same thing about a simple ping.
> 
> What is the RFC that describes? Can't find it. Query tool of RFC's kept telling
> me
> about ship"ping"  and stop"ping" and stam"ping". .. but not whole world "ping".
> 
> ping seems like with would be very simple... but is there an RFC that describes
> the true "ping" requirements??

Ping doesn't use TCP, it uses ICMP (Internet Control Message 
Protocol).  I'm pretty certain that REBOL's network layer at the 
moment only does TCP (not UDP or ICMP), therefore direct 
implementation of PING won't work.

Once spawning external processes is available, one can just call the 
OS's native ping program.

Regards,
Kev

------------------------------------------------------------------------
Kevin McKinnon, System Administrator/Chief Engineer        [EMAIL PROTECTED]
Interactive Netcasting Systems, Inc.                http://www.insinc.ca

      "If God meant man to fly, He'd have given him more money."

PGP Public Key: http://www.dockmaster.net/pgp.html   PGP 6.0 www.pgp.com

Reply via email to