mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
When stuffing the LOGOUT command to a pseudo-teletype, the command script processing program CCP encountered a race condition because the MUX timing was too slow. The pseudo-teletype did not reliably log off as desired. Cutting the event wait time in half fixed the problem.