I\'ve not a clear idea about when I have to use the bind() function. I guess it should be used whenever I need to receive data (i.e. recv() or recvfrom() functions) whether I\'m
you need to call bind() only in your server. It's needed especially for binding a #port to your socket.