Re: multiple connect on a socket

kuznet@ms2.inr.ac.ru
Wed, 7 Aug 2002 06:10:48 +0400 (MSD)


Hello!

> Shouldn't it throw an error when I
> try to connect to it a second time ? Am I missing something here.

Yes, it used to return success once upon connection is complete.

When the connection is in progress, it returns EALREADY,
after this it returns EISCONN, but success is indicated when it goes
from unconnected to connected state. Maybe, this is wrong but it used
to work in this way.

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/