My web server is written by SOCKET, not TCP. So, my idea is delete the task by itself and create new one again . or reboot .
Vincent -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Simon Goldschmidt Sent: 2012年7月11日 18:47 To: Mailing list for lwIP users Subject: Re: [lwip-users] reset ethernet vincent cui <[email protected]> wrote: > I check other production. The production Ethernet led is off, then on > again That looks like they would simply save the changed configuration (e.g. to flash) and reboot (so the new configuration is loaded after the reboot). You can of course do it that way, but there's no need to. You can just close the httpd pcb and reopen it on another port. That has the advantage that connections which are already open are left open until closed by the client. Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
