Re: [lwip-users] Example of changes needed to switch from 1.4.1 to 2.0.1

2017-05-23 Thread Dirk Ziegelmeier
TiVaWare = TI Vapor Ware? ;-) Am 23.05.2017 10:27 nachm. schrieb "goldsi...@gmx.de" : > Wow, this is so horrible! I really don't know why people come up with this > idea of including C files in other C files. > > Funny enough, it seems to work on the lwIP sources without

Re: [lwip-users] Example of changes needed to switch from 1.4.1 to 2.0.1

2017-05-23 Thread Amit Ashara
Hello Simon, Yes, it works fine, but yes, I agree it should not have been done this way Amit On Tue, May 23, 2017 at 3:26 PM, goldsi...@gmx.de wrote: > Wow, this is so horrible! I really don't know why people come up with this > idea of including C files in other C files. >

Re: [lwip-users] Example of changes needed to switch from 1.4.1 to 2.0.1

2017-05-23 Thread goldsi...@gmx.de
Wow, this is so horrible! I really don't know why people come up with this idea of including C files in other C files. Funny enough, it seems to work on the lwIP sources without problems, does it? Keep in mind though that this is *not* how the sources were intended to use and I'm not

Re: [lwip-users] Change TCP MSS dynamically

2017-05-23 Thread goldsi...@gmx.de
shruthi wrote: Is it possible to change the TCP MSS dynamically in run-time before connecting to a TCP server? I came across the link - https://lists.gnu.org/archive/html/lwip-devel/2004-01/msg3.html. Has this been implemented? Wow, that link is really old. And no, it hasn't been

Re: [lwip-users] Example of changes needed to switch from 1.4.1 to 2.0.1

2017-05-23 Thread Amit Ashara
Hello Billy, Try the following two files. Regards Amit On Fri, May 19, 2017 at 4:30 PM, billium wrote: > Thanks Simon > > This is what I mean, this is tivaware/utils/lwiplib.c > > //** > *** > // >

Re: [lwip-users] LWIP communication issue on LPC platform

2017-05-23 Thread goldsi...@gmx.de
Hi Kiran, posts like this, which basically say "I seem to have some arbitrary problem, I use 10 other libraries and lwIP, please help me!" normally don't get much attention here. Everyone reading and writing here does this without getting paid for it (and your mail + address suggests you use

[lwip-users] LWIP communication issue on LPC platform

2017-05-23 Thread Paduvilan, Kiran
Hi all, We have been using the lwip on the LPC1769 platform along with the wolfSSL, wolfmqtt libraries. We have a rabbitmq server to which we are communicating from this LPC client. Our problem is, some times the communication succeeds but sometimes it fails, in fact the lwip_select times out.

[lwip-users] Change TCP MSS dynamically

2017-05-23 Thread shruthi
Hello, Is it possible to change the TCP MSS dynamically in run-time before connecting to a TCP server? I came across the link - https://lists.gnu.org/archive/html/lwip-devel/2004-01/msg3.html. Has this been implemented? Regards, Shruthi -- View this message in context: