lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #16219] Comments for RAW_TTL in opt.h is wrong


From: Jonathan D
Subject: [lwip-devel] [task #16219] Comments for RAW_TTL in opt.h is wrong
Date: Thu, 9 Jun 2022 04:00:36 -0400 (EDT)

URL:
  <https://savannah.nongnu.org/task/?16219>

                 Summary: Comments for RAW_TTL in opt.h is wrong
                 Project: lwIP - A Lightweight TCP/IP stack
               Submitter: 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
         Discussion Lock: Any
         Planned Release: None
                  Effort: 0.00


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 09 Jun 2022 08:00:33 AM UTC By: Jonathan D <jona>
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".







    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?16219>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

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