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]

probs porting ssh


Just joined the list, sorry if some of this might be repeating old
messages.


   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...

  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".

At that point, I was hoping to getsockopt() and see what is set, and try
checking off some of the flags, but getsockopt() doesn't seem to be in my
libs.

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


Thanks,
Scott Kilau

-
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]