mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
remove lwip-v1.4 specific code (#7436)
* remove lwip-v1.4 specific code * ditto * ditto * fix ip4_addr definition * CI: change debug builds to use IPv6, remove regular IPv6 builds * ditto * split pio CI in four (because they last twice the time of the other builds) * remove option from pio * remove lwIP-1.4 from doc * restore pio CI splitting * fix CI debug6 script * ditto
This commit is contained in:
@ -52,8 +52,6 @@ As of today you can:
|
||||
|
||||
* change led pin ``LED_BUILTIN`` for the two generic boards
|
||||
|
||||
* change the default lwIP version (1.4 or 2)
|
||||
|
||||
* create an abridged boards.txt file
|
||||
|
||||
|
||||
|
@ -129,8 +129,7 @@ This is not needed anymore:
|
||||
PCBs in time-wait state are limited to 5 and removed when that number is
|
||||
exceeded.
|
||||
|
||||
Ref. `lwIP-v1.4 <https://github.com/esp8266/Arduino/commit/07f4d4c241df2c552899857f39a4295164f686f2#diff-f8258e71e25fb9985ca3799e3d8b88ecR399>`__,
|
||||
`lwIP-v2 <https://github.com/d-a-v/esp82xx-nonos-linklayer/commit/420960dfc0dbe07114f7364845836ac333bc84f7>`__
|
||||
Ref. `<https://github.com/d-a-v/esp82xx-nonos-linklayer/commit/420960dfc0dbe07114f7364845836ac333bc84f7>`__
|
||||
|
||||
For reference:
|
||||
|
||||
@ -139,8 +138,6 @@ same (s-ip,s-port,d-ip,d-port) when the first is already closed but still
|
||||
having duplicate packets lost in internet arriving later during the second.
|
||||
Artificially clearing them is a workaround to help saving precious heap.
|
||||
|
||||
The following lines are compatible with both lwIP versions:
|
||||
|
||||
.. code:: cpp
|
||||
|
||||
// no need for #include
|
||||
|
Reference in New Issue
Block a user