mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
Fix(lwip):bugfix for change default value for ip ttl
This commit is contained in:
@@ -248,6 +248,11 @@ extern "C" {
|
||||
*/
|
||||
#define IP_REASS_MAX_PBUFS CONFIG_LWIP_IP_REASS_MAX_PBUFS
|
||||
|
||||
/**
|
||||
* IP_DEFAULT_TTL: Default value for Time-To-Live used by transport layers.
|
||||
*/
|
||||
#define IP_DEFAULT_TTL CONFIG_LWIP_IP_DEFAULT_TTL
|
||||
|
||||
/*
|
||||
----------------------------------
|
||||
---------- ICMP options ----------
|
||||
|
Reference in New Issue
Block a user