Skip to content

Commit

Permalink
Enlarge maximum routes and maximum assigned addresses.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamierymenko committed Jan 24, 2022
1 parent 63b36e8 commit 440568a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ZeroTierOne.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ extern "C" {
/**
* Maximum number of pushed routes on a network
*/
#define ZT_MAX_NETWORK_ROUTES 32
#define ZT_MAX_NETWORK_ROUTES 128

/**
* Maximum number of statically assigned IP addresses per network endpoint using ZT address management (not DHCP)
*/
#define ZT_MAX_ZT_ASSIGNED_ADDRESSES 16
#define ZT_MAX_ZT_ASSIGNED_ADDRESSES 32

/**
* Maximum number of "specialists" on a network -- bridges, relays, etc.
Expand Down

0 comments on commit 440568a

Please sign in to comment.