why send_to does not send all the packets..?
Hi,
I'm using the boost asio library to create and manage a UDP socket.
In my code I've a for loop in which I send some packets, as follows:
for (it=refreshList.begin(); it !=refreshList.end(); it++){
[...]
std::cout<<"___Refreshing: sent a KADEMLIA2_HELLO_REQ packet to "<<
(*it)->getAddressString()<<":"<<(*it)->getUDPPort()<
participants (1)
-
Paolo Viotti