Search:

Type: Posts; User: nasser

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    4,208

    Re: multiple tcp connection?

    There is a constructor for the socket that you can specify the
    destination IP/ destination port /local IP /local port

    Socket(InetAddress address, int port, InetAddress localAddr, int localPort)...
  2. Replies
    4
    Views
    4,208

    multiple tcp connection?

    Hi,

    i am doing a network program that requires multiple TCP/IP connection at the same time
    the problem is i need the multiple connection on the client side so it's not possible to do the...
Results 1 to 2 of 2