Hi, On 08/27/2013 12:55 PM, Penchal Reddy wrote: > Hi All, > > I am working on Genode. And i want to change the lwip driver > code. If i change the lwip code, then how can i replace the lwip driver > with new one ?? Is there any document regarding this ?? >
lwip is no driver, but a TCP/IP stack. If you want to replace it you would have to port a different existing stack, like the ones found in Linux or in BSD derivatives, or simply write your own one by implementing the right specifications (RFC 793 = TCP, RFC 791 = IP + some others). Cheers, Sebastian -- Sebastian Sumpf Genode Labs http://www.genode-labs.com · http://genode.org Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
