[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #7142] Sanity check user-configurable values
From: |
Frédéric Bernon |
Subject: |
[lwip-devel] [task #7142] Sanity check user-configurable values |
Date: |
Fri, 31 Aug 2007 08:20:49 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 |
Follow-up Comment #19, task #7142 (project lwip):
There are :
/* Compile-time checks for deprecated options.
*/
#ifdef MEMP_NUM_TCPIP_MSG
#error MEMP_NUM_TCPIP_MSG option is deprecated. Remove it from your
lwipopts.h.
#endif
#ifdef ETHARP_QUEUE_FIRST
#error ETHARP_QUEUE_FIRST option is deprecated. Remove it from your
lwipopts.h.
#endif
#ifdef ETHARP_ALWAYS_INSERT
#error ETHARP_ALWAYS_INSERT option is deprecated. Remove it from your
lwipopts.h.
#endif
#ifdef SO_REUSE
/* I removed the lot since this was an ugly hack. It broke the raw-API.
It also came with many ugly goto's, Christiaan Simons. */
#error "SO_REUSE currently unavailable, this was a hack"
#endif
SO_REUSE could be reactivate in the future, since it's a feature useful (we
have open "task #6995: Implement SO_REUSEADDR" for do that in the future).
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?7142>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #7142] Sanity check user-configurable values, (continued)
- [lwip-devel] [task #7142] Sanity check user-configurable values, Frédéric Bernon, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Jonathan Larmour, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Frédéric Bernon, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Jared Grubb, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Frédéric Bernon, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Jonathan Larmour, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Jared Grubb, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Jonathan Larmour, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Frédéric Bernon, 2007/08/30
- [lwip-devel] [task #7142] Sanity check user-configurable values, Kieran Mansley, 2007/08/31
- [lwip-devel] [task #7142] Sanity check user-configurable values,
Frédéric Bernon <=
- [lwip-devel] [task #7142] Sanity check user-configurable values, Kieran Mansley, 2007/08/31
- [lwip-devel] [task #7142] Sanity check user-configurable values, Frédéric Bernon, 2007/08/31