Jump to content

[SOLVED] UnigineSocket - SO_REUSEADDR option


photo

Recommended Posts

Posted

Is it okay if I don't care about the address reuse option when using UnigineSocket?

Posted

Yes, we set REUSEADDR soket option before bind socket.
There are into Socket::listenMulticastGroup and Socket::bind methods.

  • Like 1
  • silent changed the title to [SOLVED] UnigineSocket - SO_REUSEADDR option
×
×
  • Create New...