lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Adjust TTL of lwip.


From: address@hidden
Subject: Re: [lwip-devel] Adjust TTL of lwip.
Date: Tue, 4 Jun 2019 21:03:52 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

Am 27.05.2019 um 15:58 schrieb myth-coder:
Dear lwip comunity. Recently I faced some trouble with using lwip in my
project. Last time I am using lwip 1.4.1 with in esp8266 and it can connect
to some wifi AP but when I moving my project to using lwip-2.1.2 stable it
make my esp8266 can't connect to the internet with the same wifi AP as lwip
1.4.1. After alot of try and observe i figure-out that, lwip 2 still can
work with that AP but i need to recompile lwip2 with modify IP_DEFAULT_TTL
to (0x80 or 127) instead of using default value is (0xff or 255) I guarantee
that it is true. So is it necessary to make IP_DEFAULT_TTL 255??? can you
just change it to 127 as default. because maybe some other guy will face
this trouble like me in the future. (the wifi AP i am using is Blink
BL-WR1000).

What prevents you from adjusting it to 127 when compiling?

Regards,
Simon



reply via email to

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