❦ 22 février 2014 14:55 CET, Willy Tarreau <w...@1wt.eu> :

> It depends if you have some servers in common or not. The system will
> always allow multiple outgoing connections to share the same local
> source ip:port as long as they don't go to the same destination ip:ports
> since a connection is defined by (proto,srcip,sport,dstip,dport).

Are you sure? I was thinking the same thing until I looked at the
sources. It seems that for an outgoing connection, only the source
address and source port are considered (see inet_csk_get_port() and
inet_csk_bind_conflict()).
-- 
Make input easy to prepare and output self-explanatory.
            - The Elements of Programming Style (Kernighan & Plauger)

Reply via email to