mirror of
https://github.com/simh/simh.git
synced 2026-01-14 15:45:18 +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.