Removed now unused per-module neighbor table size configs. Use NEIGHBOR_CONF_MAX_NEIGHBORS instead.
This commit is contained in:
parent
c3f62b24c8
commit
ff093a2b50
30 changed files with 56 additions and 75 deletions
|
@ -174,6 +174,11 @@
|
|||
#define UIP_CONF_TCP_SPLIT 0
|
||||
#endif /* UIP_CONF_TCP_SPLIT */
|
||||
|
||||
/* NEIGHBOR_CONF_MAX_NEIGHBORS specifies the maximum number of neighbors
|
||||
that each node will be able to handle. */
|
||||
#ifndef NEIGHBOR_CONF_MAX_NEIGHBORS
|
||||
#define NEIGHBOR_CONF_MAX_NEIGHBORS 8
|
||||
#endif /* NEIGHBOR_CONF_MAX_NEIGHBORS */
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* 6lowpan configuration options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue