Compare commits
10 Commits
master
...
STABLE-2_0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5071daf45 | ||
|
|
980b219c28 | ||
|
|
76b4365aaa | ||
|
|
a5a4830b16 | ||
|
|
1a2a9a4e96 | ||
|
|
216bf89491 | ||
|
|
a68eddbd47 | ||
|
|
fd096a5769 | ||
|
|
15b75555a6 | ||
|
|
33955c636d |
@@ -10,6 +10,9 @@ HISTORY
|
||||
* tcp.h/.c: added function tcp_listen_with_backlog_and_err() to get the error
|
||||
reason when listening fails (bug #49861)
|
||||
|
||||
2016-12-20: Erik Andersen
|
||||
* Add MQTT client
|
||||
|
||||
2016-12-14: Jan Breuer:
|
||||
* opt.h, ndc.h/.c: add support for RDNSS option (as per RFC 6106)
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@ with newer versions.
|
||||
|
||||
* [Enter new changes just after this line - do not remove this line]
|
||||
|
||||
(2.0.1)
|
||||
|
||||
++ Application changes:
|
||||
|
||||
* UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
|
||||
|
||||
@@ -58,7 +58,7 @@ extern "C" {
|
||||
/** For release candidates, this is set to 1..254
|
||||
* For official releases, this is set to 255 (LWIP_RC_RELEASE)
|
||||
* For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
|
||||
#define LWIP_VERSION_RC LWIP_RC_DEVELOPMENT
|
||||
#define LWIP_VERSION_RC LWIP_RC_RELEASE
|
||||
|
||||
/** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */
|
||||
#define LWIP_RC_RELEASE 255
|
||||
|
||||
@@ -127,8 +127,6 @@ static enum tcase {
|
||||
static int debug = 0;
|
||||
static void setdebug(int a) {debug = a;}
|
||||
|
||||
#define netif_dhcp_data(netif) ((struct dhcp*)(netif)->client_data[LWIP_NETIF_CLIENT_DATA_INDEX_DHCP])
|
||||
|
||||
static int tick = 0;
|
||||
static void tick_lwip(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user