summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/net.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.c b/net/net.c
index d1cc9b2..f572c92 100644
--- a/net/net.c
+++ b/net/net.c
@@ -509,6 +509,9 @@ restart:
x = timeHandler;
timeHandler = (thand_f *)0;
(*x)();
+
+ /*get packets timeout, restart net interface*/
+ NetStartAgain();
}