1
Network / Re: UDP Chat doesn't work - cannot to send message.
« on: December 15, 2013, 04:54:16 pm »
Yes, i'm from cpp0x.pl but it doesn't matter. Look at this example: https://github.com/SFML/SFML/blob/master/examples/sockets/UDP.cpp. You won't need to bind socket at client's side. Bind method is like listen method in TCP sockets.