add directory study
This commit is contained in:
15
study/linux-travel/MINIX-1.5/1.5/Source/amoeba/kernel/conf.h
Normal file
15
study/linux-travel/MINIX-1.5/1.5/Source/amoeba/kernel/conf.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
** constants used for configuring amoeba transactions
|
||||
*/
|
||||
#define MINLOCCNT 5 /* locate message sent every dsec */
|
||||
#define MAXLOCCNT 100 /* locate message sent every MAXLOCCNT dsec */
|
||||
|
||||
#define RETRANSTIME 5 /* retransmission time in dsec */
|
||||
#define CRASHTIME 100 /* crash timer in dsec */
|
||||
#define CLIENTCRASH 500 /* client must probe within this time */
|
||||
|
||||
#define MAXRETRANS 10 /* max. number of transmissions */
|
||||
#define MINCRASH 5 /* enquiry sent MINCRASH times during recv */
|
||||
#define MAXCRASH 10 /* enquiry sent MAXCRASH times during serv */
|
||||
|
||||
#define NPORTS 16 /* # ports in portcache */
|
||||
Reference in New Issue
Block a user