aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-01-25 19:48:38 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-01-25 19:48:38 +0100
commitcfdd4296a8cec84ee31f4af996126b4a47cb8bc9 (patch)
treeaf2364f4af48e9b9d990572fe6bf70fcca5b5a12 /include/libssh/session.h
parent3407509ed72a9b387187e91e9a5274b5ef39bb88 (diff)
downloadlibssh-cfdd4296a8cec84ee31f4af996126b4a47cb8bc9.tar.gz
libssh-cfdd4296a8cec84ee31f4af996126b4a47cb8bc9.tar.xz
libssh-cfdd4296a8cec84ee31f4af996126b4a47cb8bc9.zip
Fix poll not waking up on connect on win32
Under windows, poll does not detect connected socket using POLLOUT but POLLWRNORM. "Pending connect requests are indicated in the returned revents member of WSAPOLLFD structure by POLLWRNORM." http://msdn.microsoft.com/en-us/library/ms741669%28VS.85%29.aspx However, I did not test that fix. (no windows at hands). I also don't know if the poll emulation layer works with that too.
Diffstat (limited to 'include/libssh/session.h')
0 files changed, 0 insertions, 0 deletions