This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

socket programming


hi,

         I wrote a two .c files which communicates through socket programming.
I am getting "bind error" when I tried to run those programms again.

I know that "ipcs" command will display all shared memories currently
being used.
My question is there any way(command) to  know all sockets currently
created/used in unix.

Even after I kill a prosess which creates a socket and binds to it,
why its socket is not freed.

Thanks in advance


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