commit | dcaa2b4c99d7c64b8c5e9758cb1acfc8bf53970a | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Aug 12 19:16:16 2013 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Aug 12 19:16:52 2013 +0000 |
tree | add86a9749d2f8df96c64fe10d705bd5cf4720fa | |
parent | f722050079ca88e973ee05a21ca0a7843c5c3284 [diff] |
Switch use of select() to poll() This commit switches the use of select() in ssh.py to use poll() instead. Using select() does not work with large FD numbers, but by switching to poll() such constraints don't exist. Change-Id: I8c4dd22b86e5a570691e35e2390c3679371ae1eb