Tagged Questions
0
votes
3answers
971 views
MulticastSocket in java : BindException all the time
I am coding a basic app, a chat that sends message through the network using multicast and unicast, depending on the situation. So far, no problem, until a while ago when I began the MulticastSocket ...