I have MCU SDK based project. I have limited web server connections to 2 and have problem, First, sometimes connection is being closed after sending page by device, second It looks like web browser does not respond correctly and browsing is not possible for few minutes.
MyDevice: Sends Fin packet. PC IE reponds Ack and next Rst instead of Fin. Every next connection try ends with Rst reponse from MyDevice. It last few minutes.
Is anything what I can do with that (without changing tcp timeouts) ?
Regards
Marek