Fixes #2982. The idea is to be able to create the socket externally and pass that...
authorNito Martinez <Nito@Qindel.ES>
Fri, 20 Nov 2015 01:44:35 +0000 (02:44 +0100)
committerNito Martinez <Nito@Qindel.ES>
Fri, 20 Nov 2015 01:44:35 +0000 (02:44 +0100)
commit428cbd802dfe2dbfefb1348e1d260412147bcc6a
tree7dc955b845d99551a27714a629f1642e805c4d4d
parentbe8f8f72387e7878717b6f04c9a87f999449d20d
Fixes #2982. The idea is to be able to create the socket externally and pass that socket FD to FreeRDP so that it can be used there.

The idea suggested is to use the following interface:

settings->ServerHostname = "|"
settings->ServerPort = SocketFD
libfreerdp/core/tcp.c