commit | b464b3efcea3392d5254e4bb55053916801fcef7 | [log] [tgz] |
---|---|---|
author | grunell <[email protected]> | Tue May 23 11:15:26 2017 |
committer | Commit bot <[email protected]> | Tue May 23 11:15:26 2017 |
tree | 0cc198e2dcbe1aa7dd4a2d87059af3263eea3d06 | |
parent | a50429778eb03e6ad02e4f0500379d77a73c1b82 [diff] |
Change SyncSocket::ReceiveWithTimeout() to use poll() instead of select() on Posix platforms. Removing the special case for fd > 1023 which can lead to audio glitches. Code originally written by ossu@. BUG=722720 Review-Url: https://codereview.chromium.org/2888403005 Cr-Commit-Position: refs/heads/master@{#473856}