~kris/9p

9hist

a3cac585953820288f9495a5fab626063296f7a5 — David du Colombier 26 years ago aed22eb
Plan 9 from Bell Labs 2000-02-27
1 files changed, 1 insertions(+), 1 deletions(-)

M port/devbridge.c
M port/devbridge.c => port/devbridge.c +1 -1
@@ 30,7 30,7 @@ enum
	MaxQ,

	Maxbridge=	4,
	Maxport=	16,		// power of 2
	Maxport=	32,		// power of 2
	CacheHash=	257,		// prime
	CacheLook=	5,		// how many cache entries to examine
	CacheSize=	(CacheHash+CacheLook-1),