[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #43481] MEMP_SYS_TIMEOUTS is not for NO_SYS=0 only
From: |
Sergio R. Caprile |
Subject: |
[lwip-devel] [bug #43481] MEMP_SYS_TIMEOUTS is not for NO_SYS=0 only |
Date: |
Mon, 27 Oct 2014 15:05:25 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0 |
URL:
<http://savannah.nongnu.org/bugs/?43481>
Summary: MEMP_SYS_TIMEOUTS is not for NO_SYS=0 only
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: scaprile
Submitted on: Mon 27 Oct 2014 12:05:24 PM ART
Category: Documentation
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: git head
_______________________________________________________
Details:
Hi,
the description in opt.h states that NO_SYS=0 is required:
/**
* MEMP_NUM_SYS_TIMEOUT: the number of simultaneously active timeouts.
* (requires NO_SYS==0)
* The default number of timeouts is calculated here for all enabled modules.
* The formula expects settings to be either '0' or '1'.
*/
The line:
* (requires NO_SYS==0)
should be removed, as these are handled by sys_check_timeouts when NO_SYS=1
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?43481>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #43481] MEMP_SYS_TIMEOUTS is not for NO_SYS=0 only,
Sergio R. Caprile <=