hi,

On Wed, Oct 06, 2010 at 01:29:58AM -0700, Patrick Kurz wrote:
> Let's say 10 users transfer large amounts of data through ssh at the same 
> time. 
> I assume in this situation 10 different processes would share the same 
> socket, 

They won't.  This (normally) only happens for server processes where 
there is a central server that accepts a given connection, and then
forks a child to handle this connection (sharing the file descriptor
for a moment).

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.

Reply via email to