1
0
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:
Lars Brinkhoff
2017-02-21 16:44:09 +01:00
parent 87a3ea05c3
commit edf96b939a
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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