mirror of
https://github.com/simh/simh.git
synced 2026-02-25 00:18:26 +00:00
3b2: Improve NI performance
This change implements asynchronous (non-polling) mode for NI Ethernet packet receive.
This commit is contained in:
@@ -1861,6 +1861,8 @@ t_stat sim_instr(void)
|
||||
cpu_exception_stack_depth--;
|
||||
}
|
||||
|
||||
AIO_CHECK_EVENT;
|
||||
|
||||
if (sim_interval-- <= 0) {
|
||||
if ((stop_reason = sim_process_event())) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user