Re: [lwip-users] reassembled packet

2011-10-25 Thread Hervé DANIEL
Simply that ! You get it. thx. -- herve. Le Tue, 25 Oct 2011 11:56:54 +0200, Kieran Mansley a écrit: On Tue, 2011-10-25 at 11:51 +0200, Hervé DANIEL wrote: How to get the second one? What happens in you call netconn_recv() again? Does it get the second segment then? Kieran

Re: [lwip-users] reassembled packet

2011-10-25 Thread Kieran Mansley
On Tue, 2011-10-25 at 11:51 +0200, Hervé DANIEL wrote: > How to get the second one? What happens in you call netconn_recv() again? Does it get the second segment then? Kieran ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org

[lwip-users] reassembled packet

2011-10-25 Thread Hervé DANIEL
Hi, I need to send request to a web site. this site use frame redirection. (not possible to change that) When i send the request I receive a response with 2 reasembled segments.(wireshark sniffing) first : HTTP/1.0 200 OK second : text where i can found the real target for my request. B

Re: [lwip-users] Assert after dropped TX packet

2011-10-25 Thread Kieran Mansley
On Thu, 2011-10-20 at 15:14 -0500, Dittrich, Matthew wrote: > Any hints would be greatly appreciated... Sorry for the long post, I > hope you made it through the whole thing! This ended up much longer > than I intended. I think chaining the pbufs as you are in the received callback is fine. Once l

Re: [lwip-users] Newbie Question porting question

2011-10-25 Thread Kieran Mansley
On Thu, 2011-10-20 at 12:08 -0500, Melvin Aguirre wrote: > I am looking to port lwIP to work with a Jennic 5148 micro-controller. Does > anyone know where I can get started with either examples or other user > contributed ports? Take a look at the wiki (lwip.wikia.com) and see the example ports i