Use TCP_TMR_INTERVAL instead of hardcoded 100 as time value for mintapif_wait()

This commit is contained in:
marcbou 2003-06-19 14:48:49 +00:00
parent 751297c61b
commit dc6233a674

View File

@ -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();
}