Reworked packet-netif routing code

This commit is contained in:
Joseph Henry
2017-11-13 15:27:56 -08:00
parent c2e664ac22
commit 4588b5a1df
2 changed files with 66 additions and 85 deletions

View File

@@ -234,14 +234,13 @@ happening sooner than they should.
-------------------------------- Memory options --------------------------------
------------------------------------------------------------------------------*/
//#define MEM_USE_POOLS 1
//#define MEMP_USE_CUSTOM_POOLS 1
/* Misc */
#define MEM_LIBC_MALLOC 1
#define MEMP_MEM_MALLOC 1
/**
* MEM_ALIGNMENT: should be set to the alignment of the CPU
* 4 byte alignment -> #define MEM_ALIGNMENT 4