Commit 13b82336 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Reduce MAXSRCS and MAXNEIGHBOURS.

parent 3950ae72
...@@ -21,8 +21,8 @@ THE SOFTWARE. ...@@ -21,8 +21,8 @@ THE SOFTWARE.
*/ */
#define MAXROUTES 512 #define MAXROUTES 512
#define MAXSRCS 1024 #define MAXSRCS 256
#define MAXNEIGHBOURS 128 #define MAXNEIGHBOURS 64
#define MAXNETS 8 #define MAXNETS 8
#define MAXXROUTES 64 #define MAXXROUTES 64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment