[lwip-users] Avoid connection close by lwIP server

2013-12-16 Thread Satz Klauer
Hi, I'm currently new to lwIP and so I'm still trying to understand it. Thus I used the httpserver_raw example as starting point for my application. Since I do not need a http-connection which closes socket after every successfull transmission, but a connection where data are exchanged in both

Re: [lwip-users] Avoid connection close by lwIP server

2013-12-16 Thread Sylvain Rochet
Hi, On Mon, Dec 16, 2013 at 07:41:06AM +0100, Satz Klauer wrote: Hi, I'm currently new to lwIP and so I'm still trying to understand it. Thus I used the httpserver_raw example as starting point for my application. Since I do not need a http-connection which closes socket after every

Re: [lwip-users] Avoid connection close by lwIP server

2013-12-16 Thread Satz Klauer
OK, to avoid misunderstandigs: I do NOT want to have a HTTP-connection, I just used this example as starting point and to test my underlying implementation. Finally the whole thing shall become a plain TCP/IP connection where client and lwIP-server communicate with each other over a longer time