[lwip-users] DHCP server support

2012-02-15 Thread Christoph Bayer
Hi,I have just successfully ported the stack to my project. I am now looking for a simple DHCP server build in top of it. After I have spent some time on google, I was not able to find something. Has someone started such a server?Thank you very much in advance!Best regards,Christoph  SMS schreiben

Re: [lwip-users] lwip packet buffers

2012-02-15 Thread Simon Goldschmidt
Guillaume Fortaine wrote: > , the TCP/IP stack should only define the interface > for pbuf chains, implementation would be hidden." As was stated before, to improve lwIP's integration with hardware regarding zero copy, we need people to work with us that have specific needs. Fun fortunately, r

[lwip-users] lwip packet buffers

2012-02-15 Thread Guillaume Fortaine
Hello, Here is an interesting comment : http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=23&start=50#p2647 "lwIP become much better with 1.4, so many less integration problems. The problem I see in its architecture is that pbufs are allocated from and freed to lwIP itself, probably it should b

Re: [lwip-users] Picking appropriate sizes for the different mboxes

2012-02-15 Thread Mason
(Weird, my client could not thread your message correctly, because it didn't have a "References" header.) Simon Goldschmidt wrote: > Mason wrote: > >> The relevant macros are >> >> TCPIP_MBOX_SIZE > > The number of application tasks communicating with the tcpip_thread + > the number of input pac