Hi all! I'm writing an application client-server in c using sockets AF_UNIX. Once the two processes are connected they enter in these infinity loops:
server ==> receive_message-send_message
client ==> send_message_receive_message
The problem is that i get Broken pipe.
Any idea?
cheers



LinkBack URL
About LinkBacks



I'm implementing a library that uses sockets so there are funcionts and structures defined by me, i will paste the most significant part:
. I think i'm doing some stupid mistake witch the socket initialization! The output is this: