diff --git a/ports/unix/proj/minimal/main.c b/ports/unix/proj/minimal/main.c index 3e9c9ca..970e558 100644 --- a/ports/unix/proj/minimal/main.c +++ b/ports/unix/proj/minimal/main.c @@ -82,7 +82,7 @@ main(int argc, char **argv) while (1) { - if (mintapif_wait(netif, 100) == MINTAPIF_TIMEOUT) { + if (mintapif_wait(netif, TCP_TMR_INTERVAL) == MINTAPIF_TIMEOUT) { tcp_tmr(); }