Search:

Type: Posts; User: Json

Search: Search took 0.09 seconds.

  1. Re: how to send udp packet inorder to compute packet loss ?

    As simple example have a look at http://java.sun.com/docs/books/tutorial/networking/datagrams/examples/QuoteServerThread.java

    Here is an extract of the code.



    public void run() {

    ...
  2. Re: how to send udp packet inorder to compute packet loss ?

    Have a look at Writing a Datagram Client and Server (The Java™ Tutorials > Custom Networking > All About Datagrams)

    // Json
  3. Re: how to send udp packet inorder to compute packet loss ?

    Why not use TCP instead then?

    Have a look at Apache MINA - Index for some nice tools for networking :)

    // Json
Results 1 to 3 of 3