UDP receive doesnt work (winsock) shows binding error on server side
I’m having issues working with a UDP socket in Windows. I have a separate application connected via ethernet. Server side is actually receiver and is binded whose port no is 8888 and ip address is 192.168.0.2 additionally client side is sender and connected to socket with ip addresss 192.168.0.1 and port no is 8888 . If i send the data from the client to sender it shows binding error on the server side. Can someone suggest where i am going wrong.