This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

init_TcpNet ()

Dear friends,
I have a problem with HTTP_demo example with AT91SAM7X.
when there is not any Ethernet connection, so it takes so long time about 48 seconds to pass the
init_TcpNet() function.

init (); init_TcpNet (); LEDrun = __TRUE; dhcp_tout = DHCP_TOUT; while (1) { timer_poll (); main_TcpNet (); dhcp_check (); blink_led ();

what should I do for solving this problem?
I need to reduce this time below 5 seconds.

Parents
  • I just don't understand why others don't complain about this with the keil TCP stack. I found a thread on this forum a year ago when it was bad for us. The thread solution was great and fixed the situation really well.

Reply
  • I just don't understand why others don't complain about this with the keil TCP stack. I found a thread on this forum a year ago when it was bad for us. The thread solution was great and fixed the situation really well.

Children