Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    4,204

    Re: multiple tcp connection?

    Can you write a small program that shows the error, execute the program and copy and paste the program and the full text of the error message here?
  2. Replies
    4
    Views
    4,204

    Re: multiple tcp connection?

    Use a ServerSocket to listen on at a port for future communications.

    Use threads to allow sending on one socket while listening at another port.
  3. Replies
    4
    Views
    4,204

    Re: multiple tcp connection?

    I'm not sure what you are asking. The Socket constructor uses an IP address and port for the remote, server host.

    How do you specify what port the client is to use?
    You need to open a Socket...
Results 1 to 3 of 3