In article <[EMAIL PROTECTED]>,
 Steve Holden <[EMAIL PROTECTED]> wrote:

>  TCP guarantees 
> that no two ephemeral port connections from the same client will use the 
> same port.

Where "client" is defined as "IP Address".  You could certainly have a 
remote machine that has multiple IP addresses using the same remote port 
number on different IP addresses for simultaneous connections to the same 
local port.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to