tasklwIP - 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
Assigned to:  None Percent Complete:  0%
Open/Closed:  Open Planned Release:  None
Effort:  0.00

Tue 23 Aug 2022 09:01:39 AM UTC, comment #1: 


> The comment about "RAW_TTL" is a copy-paste from previous option "LWIP_RAW".


RAW_TTL: the Time-To-Live value used by the raw api when creating a pcb.

patch is file #53600:  opt-modify-comments-of-RAW_TTL.patch

wuchangsheng <wuchangsheng>
Thu 09 Jun 2022 08:00:33 AM UTC, original submission:  

We can find this in opt.h in contrib:
---
/**

  • LWIP_RAW==1: Enable application layer to hook into the IP layer itself.

 */
#if !defined LWIP_RAW || defined _DOXYGEN_
#define LWIP_RAW                        0
#endif

/**

  • LWIP_RAW==1: Enable application layer to hook into the IP layer itself.

 */
#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".

Jonathan D <jona>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #53600:  opt-modify-comments-of-RAW_TTL.patch added by wuchangsheng (747B - application/octet-stream - > The comment about "RAW_TTL" is a copy-paste from previous option "LWIP_RAW".)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wuchangsheng (Updated the item)
  • -email is unavailable- added by jona (Submitted the item)
  •  

    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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-08-23 wuchangsheng Attached File- Added opt-modify-comments-of-RAW_TTL.patch, #53600

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code