Merge branch '2.1.1-rc' into developer

This commit is contained in:
Dhanya Maliakal 2016-10-04 15:16:04 +02:00
commit 39a1f16b33

View File

@ -1527,9 +1527,6 @@ void UDPStandardImplementation::startListening(){
tempBuffer = new char[onePacketSize * (packetsPerFrame - 1)]; //store maximum of 1 packets less in a frame
}
if(!activated)
usleep(1* 1000 * 1000);
/* inner loop - loop for each buffer */
//until mask unset (udp sockets shut down by client)
while((1 << ithread) & listeningThreadsMask){