Ticket #210: util.cpp.diff

File util.cpp.diff, 335 bytes (added by MythTv@…, 19 years ago)
  • util.cpp

     
    626626   
    627627    while (socket->bytesToWrite() >= (unsigned) written)
    628628    {
    629         usleep(50000);
     629        socket->flush();
     630        usleep(500);
    630631    }   
    631632
    632633    return true;