0

I have just created a simple application, that sends a message to the server, and server replies back. Everything is good in local network, but when I am trying to do the same outsite my network, it is working in following way:

  1. Client sends packet
  2. Server receives packet
  3. Server sends packet
  4. Client doesn't receives packet.

To send anwser packet I am using InetAddress delivered with DatagramPacket.

What can cause this problem?

4

0 回答 0