On Fri, Jul 12, 2013 at 7:11 PM, Qian Hong qhong@codeweavers.com wrote:
do { sleeping; } while (sent_msg match received_msg or slept too long)
typo, should be:
while (sent_msg does not match received_msg && haven't sleep too long)
-- Regards, Qian Hong