1
0
Files
irix-657m-src/eoe/cmd/sun/rpc.lockd/prot_time.h
2022-09-29 17:59:04 +03:00

14 lines
316 B
C

/* @(#)prot_time.h 1.3 91/06/25 NFSSRC4.1 */
/*
* This file consists of all timeout definition used by rpc.lockd
*/
#define MAX_LM_TIMEOUT_COUNT 1
#define OLDMSG 30 /* counter to throw away old msg */
#define LM_TIMEOUT_DEFAULT 10
#define LM_GRACE_DEFAULT 3
extern int LM_TIMEOUT;
extern int grace_period;