I have a code that create me a socket throught a stunServer for my peer to peer software and I’m wondering if it’s possible to create a boost::udp::socket with a socket already open ?
I have already search in the boost documentation but i found nothing that permited this .
Yes.
See this sample code for more.