~kris/9p

9hist

bb4d1792cb33aa7aebe6a9e2d14c02cd1b61081a — David du Colombier 26 years ago 61c1d90
Plan 9 from Bell Labs 1999-12-21
1 files changed, 2 insertions(+), 2 deletions(-)

M port/devsdp.c
M port/devsdp.c => port/devsdp.c +2 -2
@@ 41,8 41,8 @@ enum

	Maxconv= 256,		// power of 2
	Nfs= 4,				// number of file systems
	MaxRetries=	4,
	KeepAlive = 10,		// keep alive in seconds
	MaxRetries=	12,
	KeepAlive = 120,	// keep alive in seconds
	SecretLength= 32,	// a secret per direction
	SeqMax = (1<<24),
	SeqWindow = 32,