Re: ICMP packets

From: Bob Rivers (bobrivers_at_pobox.com)
Date: 10/28/03

  • Next message: Lauren: "learn about computers"
    Date: 28 Oct 2003 11:04:08 -0800
    
    

    Matt Smith <matt.smith@uconn.edu> wrote in message

    > Although this topic seems to have headed off in a different direction,
    > the ICMP exception you refer to does not infer that Java can handle ICMP
    > directly. For example, if your code attempts to connect to a TCP port
    > that does not exist on a remote server, the server will return an "ICMP
    > Port Unreachable" message. That is a standard TCP/UDP operation. So
    > Java only handles this type of operational return message.
    >
    > Just wanted to give you the "FYI"
    >
    > -Matt

    Thanks,

    Bob


  • Next message: Lauren: "learn about computers"

    Relevant Pages

    • Re: Windows Programming using Java
      ... > If I want to use Windows Functions through Java, ... Introduction to JNI by example using Ping by Richard Sandoz ... Then create a subdirectory called icmp. ...
      (comp.lang.java.programmer)
    • Re: ICMP packets
      ... Bob Rivers wrote: ... > I was doing a research looking for Java solutions that are able to do ... > Well, if the package has a exception for ICMP, I can supose that now I ...
      (comp.lang.java)
    • ICMP packets
      ... I was doing a research looking for Java solutions that are able to do ... The only solution that I found was a "simulation" of a ping program ... "java.net" is able to send ICMP packets. ...
      (comp.lang.java)
    • Re: ICMP packets
      ... > I was doing a research looking for Java solutions that are able to do ... because the API provided do not support raw sockets. ... > Well, if the package has a exception for ICMP, I can supose that now I ... If you want to get really hardcore, you can dl JPcap: ...
      (comp.lang.java)