From: Allan Stephens Date: Tue, 17 Aug 2010 11:00:15 +0000 (+0000) Subject: tipc: Allow connect() to wait indefinitely X-Git-Tag: v2.6.37-rc1~147^2~801 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564e83b51a12b794e3f63a2d872398e1ee21616f;p=pandora-kernel.git tipc: Allow connect() to wait indefinitely Cause a socket whose TIPC_CONN_TIMEOUT option is zero to wait indefinitely for a response to a connection request using connect(). Previously, specifying a timeout of 0 ms resulted in an immediate timeout, which was inconsistent with the behavior specified by Posix for a socket's receive and send timeout. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed