UNIX-Style sockets with gnu-win32

Sergey Okhapkin sos@prospect.com.ru
Wed Mar 19 05:25:00 GMT 1997


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@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list