commit | 4bf29cabaa7c94d0c74d5f945df6b51da51ed180 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Apr 20 15:46:28 2010 -0700 |
committer | Andreas Huber <andih@google.com> | Tue Apr 20 15:56:36 2010 -0700 |
tree | b364dfaabd616c0dc7730bf09c824d111aab071f | |
parent | d2c6894b56a538aa807e20d3ef421807cd55c009 [diff] |
Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead. Change-Id: Ic2d4a8f5b6bbf16772fba39377809ec68d249c1f related-to-bug: 2611257