mirror of
https://github.com/PDP-10/klh10.git
synced 2026-02-12 10:58:20 +00:00
Double Chaos/IP mappings since we're hoping for more hosts in the future.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define DPCHUDP_VERSION ((1<<10) | (0<<5) | (0)) /* 1.0.0 */
|
||||
|
||||
#ifndef DPCHUDP_CHIP_MAX
|
||||
# define DPCHUDP_CHIP_MAX 10
|
||||
# define DPCHUDP_CHIP_MAX 20
|
||||
#endif
|
||||
|
||||
/* If a dynamically added CHIP entry is older than this (seconds), it can get updated */
|
||||
|
||||
@@ -73,7 +73,7 @@ static int decosfcclossage;
|
||||
#endif
|
||||
|
||||
#ifndef CH11_CHIP_MAX
|
||||
# define CH11_CHIP_MAX 10 /* max Chaos/IP mappings - see DPCHUDP_CHIP_MAX */
|
||||
# define CH11_CHIP_MAX 20 /* max Chaos/IP mappings - see DPCHUDP_CHIP_MAX */
|
||||
#endif
|
||||
|
||||
#if CH11_CHIP_MAX > DPCHUDP_CHIP_MAX
|
||||
|
||||
Reference in New Issue
Block a user