sockets on WinNT and UNIX

dahms@ifk20.mach.uni-karlsruhe.de dahms@ifk20.mach.uni-karlsruhe.de
Thu Mar 20 17:30:00 GMT 1997


Hi, you wrote:

: I have made two small programs : a client send a message on a socket and
: the server just respond.
: When I compile both program on Unix (of course with gcc) and I execute
: the two programs on Unix, it works.
: When I compile both program on WinNT (with gcc-cygnus-2.7.1-960712)
: and I execute the two programs on WinNT, it works.
: But when I tried to make a connection between the client on WinNT and
: the server on Unix, I have a "connection refused" message.

Sounds like the classic byteorder problem! You probably forgot htons() on
the port number, needed both on the client and server for portability.


Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list