Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - razzorflame

Pages: [1]
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.

2
Network / Re: UDP Chat doesn't work - cannot to send message.
« on: December 08, 2013, 12:20:49 pm »
Why you're binding client socket? You don't need to bind client socket (i think).

Pages: [1]