Bug 5461 - better socket detection in OpenSSH Win32 compatibility code
Summary: better socket detection in OpenSSH Win32 compatibility code
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: pre-1.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Pierre Ossman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 17:04 CET by Pierre Ossman
Modified: 2015-03-11 11:10 CET (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2015-03-05 17:04:42 CET
Python apparently uses fdopen() and _get_osfhandle() to determine if file descriptors are sockets or not. This is probably more robust and efficient than our method of divining things from random error codes.
Comment 1 Pierre Ossman cendio 2015-03-05 17:05:06 CET
Need to check how wine behaves though, as that has been a large source of issues.

Note You need to log in before you can comment on or make changes to this bug.