Victor Probo wrote:

>
> Looking at Comer's or Stevens' basic introductions to networking define 
> the following. There is a data structure (socket) for each connection, 
> as well as the listening connections, and those in the shutdown process.
> 
>   A connection is identified by:
>      local IP
>      local port
>      remote IP
>      remote port
>      protocol
> 
>   By simply changing the remote port, the system distinquishes a 
> different connection (socket).


Yes, this is the key.

Wan-Teh


Reply via email to