This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: probs porting ssh



i've also given it a try.

On Mon, 17 Feb 1997, Sheik wrote:

>    getsockopt() doesn't seem to be implemented? or it can't be found in the
> library, altho the .h files define it.  setsockopt() seems to be 
> implemented...

no.

>   another problem in the main client loop. using select().  ssh sets up
> 2 flags on the socket, TCP_NODELAY, this one appears to work and be set
> correctly. but the flag IPTOS_LOWDELAY, the socket returns that it isn't
> implemented yet. which is cool, I just removed that set, but unfortunely, 
> when I do that, when select() see's that socket, it returns a bogus error
> of "No such file of directory".

the problem is that cygwin32 select() doesn't support simultanious
reads/writes from/to sockets and handles - yet. this is a severe problem
in porting ssh. 

> If anyone has solved this prob, or has actually done the ssh port, I sure
> would love to hear how ya did it =)

how did you come by the problems with tcgetattr(), tcsetattr()?

--
		aspa


-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]