From: sos AT prospect DOT com DOT ru (Sergey Okhapkin) Subject: RE: UNIX-Style sockets with gnu-win32 19 Mar 1997 07:32:41 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC3482.176A8160.cygnus.gnu-win32@gater.krystalbank.msk.ru> Original-To: "gnu-win32 AT cygnus DOT com" , "'interrupt reQuest'" Encoding: 22 TEXT Original-Sender: owner-gnu-win32 AT cygnus DOT com interrupt reQuest wrote: > Well, what I have done is used a test server i wrote in unix with > gcc... it works fine in unix, the socket binds, listens and accepts > connections... i have compiled it with gnuwin32, and proceeded the > accept, bind etc... with cygwin32_... it compiles, but the socket > will > not accept and it is not bound.. here is an attatchment of the code > i > used... if you have any simple working code as an example, id > appreciate > it, as i need all the help i can get :P > > server_address.sin_port = 1234; You should write server_address.sin_port = htons(1234);. -- Sergey Okhapkin Moscow, Russia Looking for a job. - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".