mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-03-03 07:29:58 +00:00
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.
Description
Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Languages
Assembly
58.8%
C
39%
Makefile
1.9%
Pawn
0.2%
PHP
0.1%