Using a monitor thread for tty input now to work around a WaitForMultipleObjects
authorArmin Novak <anovak@thinstuff.com>
Fri, 16 Aug 2013 13:51:44 +0000 (15:51 +0200)
committerArmin Novak <anovak@thinstuff.com>
Fri, 16 Aug 2013 13:51:44 +0000 (15:51 +0200)
commit6f9183c7aadeb88a797e0c60b8accd3150e83edb
treebd2eeaf2889cb766e90cf3c9fe65388e8923759d
parent60d38daf0a62b3de0f9b80f87b844fe67e69a424
Using a monitor thread for tty input now to work around a WaitForMultipleObjects
limitation of winpr.
Using infinite timeout now in threads to reduce CPU usage to nearly zero.
channels/serial/client/serial_main.c