lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwIP TCP/IP as the default TCP/IP stack on Linux


From: Joan Lledó
Subject: Re: [lwip-users] lwIP TCP/IP as the default TCP/IP stack on Linux
Date: Sat, 9 Nov 2019 09:59:15 +0100 (CET)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

> Could anybody, please, tell us how to get rid of the *default TCP/IP*
> stack from *Linux* kernel so that only *lwIP* will be left to handle all
> IP networking traffic ?
> 

I'm not an expert on Linux architecture, but I'd say you should create a
new module for the kernel, which embeds all lwip code + drivers,
intercepts all syscalls for sockets API and redirects it to lwip instead
of default stack.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]