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

2019-11-09 Thread goldsi...@gmx.de
Am 09.11.2019 um 22:33 schrieb 2...@bol.com.br: If there is no easy way of replacing the entire default Linux kernel TCP/IP stack, then how are we supposed to use lwIP TCP/IP stack in our applications ? lwIP is mainly an IP stack for embedded systems, not a replacement for the stack included in

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

2019-11-09 Thread 2...@bol.com.br
  If there is no easy way of replacing the entire default Linux kernel TCP/IP stack, then how are we supposed to use lwIP TCP/IP stack in our applications ?     De: lwip-users-requ...@nongnu.org Enviada: 2019/11/09 14:02:04 Para: lwip-users@nongnu.org Assunto: lwip-users Digest, Vol 195, Issue

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

2019-11-09 Thread Joan Lledó via lwip-users
> 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