lwIP - A Lightweight TCP/IP stack - Tasks: task #16219, Comments for RAW_TTL in opt.h is...
You are not allowed to post comments on this tracker with your current authentication level.
task #16219: Comments for RAW_TTL in opt.h is wrong
Submitter: | Jonathan D <jona> | ||
Submitted: | Thu 09 Jun 2022 08:00:33 AM UTC | ||
Category: | None | Should Start On: | Thu 09 Jun 2022 12:00:00 AM UTC |
Should be Finished on: | Thu 09 Jun 2022 12:00:00 AM UTC | Priority: | 3 - Low |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
We can find this in opt.h in contrib:
---
/**
*/
#if !defined LWIP_RAW || defined _DOXYGEN_
#define LWIP_RAW 0
#endif
/**
*/
#if !defined RAW_TTL || defined _DOXYGEN_
#define RAW_TTL IP_DEFAULT_TTL
#endif
---
The comment about "RAW_TTL" is a copy-paste from previous option "LWIP_RAW".