move MAX_LINKS to constants.h, raise to 64
If we run both Ethernet and UDP services in a 18-port switch, we need
36 logical links. Thus, increase the previous limit of 32 to 64,
knowing we have no serious memory constraints in hosted environments.
The definition is moved to <ppsi/constants.h> as implementation-specific.
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Please register or sign in to comment