In message <[EMAIL PROTECTED]>, rufio writes: >2) [about the net commons] How to send ping request? both icmp and tcp >I didn't find it in javadocs, probably because it would require some >native programming, but I just hope I've ommited the methods :)
J2SE does not support ICMP/raw sockets so you can't implement ICMP echo requests in pure Java. daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
