Quote:
|
Originally Posted by praveenchebolu
waiting for reply
|
Perhaps you can enlighten us with some details. I assume you are programming in C, using the socket API? Generally, you don’t bind() to a server, but to an address. Does bind() set errno to ELNRNG? Are you using a correct address? Can you give us some code?