emailler/apps
Oliver Schmidt cc9bab2580 Avoid unnecessary timeout checks.
On the Apple II the timer_read function is actually a delay function. Therefore we want to avoid calling it if we're busy processing incoming data. Fortunately timer_read is only necessary to trigger a TCP keep alive message. But if we're busy processing incoming data then we for sure need no TCP keep alive. So we simply mark if we just processed incoming data and skip the timeout check.
2017-05-21 22:39:10 +02:00
..
Makefile Added Telnet65 app. 2017-05-19 00:12:42 +02:00
telnet65.s Avoid unnecessary timeout checks. 2017-05-21 22:39:10 +02:00