Commit 9e11409e authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Increase xroute limits.

parent 81e7cf1c
...@@ -24,8 +24,8 @@ THE SOFTWARE. ...@@ -24,8 +24,8 @@ THE SOFTWARE.
#define MAXDESTS 1024 #define MAXDESTS 1024
#define MAXNEIGHBOURS 128 #define MAXNEIGHBOURS 128
#define MAXNETS 8 #define MAXNETS 8
#define MAXXROUTES 64 #define MAXXROUTES 128
#define MAXMYXROUTES 8 #define MAXMYXROUTES 64
#define MAX_BUFFERED_UPDATES 100 #define MAX_BUFFERED_UPDATES 100
#define INFINITY ((unsigned short)(~0)) #define INFINITY ((unsigned short)(~0))
......
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