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: sockets on WinNT and UNIX


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


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