Eurekkkkkkaaaaaaaa……………..
Successfully implemented client server communication using threads and socket.
Problems which you might face
1>unsuccessfull bind()
2>unlinking not successfull in AF_INET,,,unlink() won’t work in this case.
2.1>server_addr.sin_addr.s_addr=IPaddress like 192.168.1.0 not taking showing warning.
3>when to create processing_client and server socket……
in thread or main().