From: Brian Haley <[EMAIL PROTECTED]>
Date: Tue, 01 Aug 2006 15:48:54 -0400

> Calling connect() with AF_UNSPEC will disconnect a socket, but we don't 
> need to do any work if the socket isn't currently connected.
> 
> Signed-off-by: Brian Haley <[EMAIL PROTECTED]>

The socket could have been bind()'d to, in which case it will
not move to connected state and we still need to invoke
the disconnect methods such as udp_disconnect() to clear out
that binding.

You seem to be groveling in random areas of the ipv4 and ipv6 stack,
what are you working on?
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to