[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 10:09:21 +0000 (02:09 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:38:45 +0000 (12:38 -0800)
Do this even for non-blocking sockets.  This avoids the silly -EAGAIN
that applications can see now, even for non-blocking sockets in some
cases (f.e. connect()).

With help from Venkat Tekkirala.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found