[lwip-users] about the performance of lwip compared with mtcp and tldk

2018-10-31 Thread Qixuan Wu
Hi All, We are selecting some user-space stack to make app faster. We found lwip and mtcp and tldk are best. Does anyone has tested or some data about some compartion of them? Thank you very much! Thanks &Regards Qixuan ___ lwip-users mailing list l

[lwip-users] [RST, ACK] from port zero

2018-10-31 Thread Bob Jones
Hello, I'm using lwIP the stack with sockets in our project to create multiple HTTP connections to a non-lwIP server. I've noticed in Wireshark traces that on some occasions the server will send a [FIN, ACK], and the lwIP stack will respond with two [RST, ACK]s, one from port 0 and then one from t

Re: [lwip-users] [RST, ACK] from port zero

2018-10-31 Thread goldsimon
Am 31. Oktober 2018 16:26:27 MEZ schrieb Bob Jones <0xdeadbeef2...@gmail.com>: >Hello, > >I'm using lwIP the stack with sockets in our project to create multiple >HTTP connections to a non-lwIP server. I've noticed in Wireshark traces >that on some occasions the server will send a [FIN, ACK], an

[lwip-users] Converting existing NO_SYS implementation to use sequential API

2018-10-31 Thread lukas.l
I have existing LWIP implementation, that is running everything inside one thread (from driver to application layer). It has NO_SYS=1, but there is actually RTOS available, just everything LWIP related is in single thread. Now, I want to use that same implementation, and I want to use sequential

[lwip-users] Converting existing NO_SYS implementation to use sequential API

2018-10-31 Thread lukas.l
I have existing LWIP implementation, that is running everything inside one thread (from driver to application layer). It has NO_SYS=1, but there is actually RTOS available, just everything LWIP related is in single thread. Now, I want to use that same implementation, and I want to use sequential n

[lwip-users] Ethernet to pppos bridge

2018-10-31 Thread arsz6733
Hi guys I used to work with lwip in a way that make a socket connection over PPPos(GPRS). But now I want to use it to send Ip packets(from Ethernet) to PPPos ? I want to know if it is possible or not?if yes, which APIs I should use? Thank you -- Sent from: http://lwip.100.n7.nabble.com/lwip