[lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Szymon Tarnowski
Hi, I am developing a commercial application for embedded device using lwip. My device is listening on specific tcp port for incomming message, if client connects can send request and get response then decide if want to keep connection or disconnect. My device is based on AVR32 processor, and

Re: [lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Sylvain Rochet
Hi Szymon, On Mon, Jan 14, 2013 at 03:25:22PM +0100, Szymon Tarnowski wrote: Hi, I am developing a commercial application for embedded device using lwip. My device is listening on specific tcp port for incomming message, if client connects can send request and get response then decide if want

[lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Szymon Tarnowski
Hi, I am sorry for last message, accidently pressed send during message editing. Please do not respond for previous topic. I am developing a commercial application for embedded device using lwip. My device is listening on specific tcp port for incomming message, if client connects can send

Re: [lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Szymon Tarnowski
Hi, Thank you for answer, this code was only a simplified example of my code, there are some synchronisation mechanisms used in application, I removed them to clarify my question. I will recheck them again. My message was only part of description of my problem, read full story in another email. --