[plain text]
#ifndef _SLPDefines_
#define _SLPDefines_
#pragma once
#define kSLPdPath "/var/run/slp_ipc"
#define CONFIG_DA_HEART_BEAT 10800 // (3 hours) DA Heartbeat,
#define v2_Default_Scope "DEFAULT"
#define kSLPPluginNotInitialized -1
enum
{
kLogOptionRegDereg = 0x01000000,
kLogOptionExpirations = 0x02000000,
kLogOptionServiceRequests = 0x04000000,
kLogOptionDAInfoRequests = 0x08000000,
kLogOptionRejections = 0x10000000,
kLogOptionRAdminInteraction = 0x20000000,
kLogOptionErrors = 0x00000080,
kLogOptionDebuggingMessages = 0x40000000,
kLogOptionAllMessages = 0x80000000
};
#define CONFIG_INTERVAL_0 60 // Cache replies by XID.
#define CONFIG_INTERVAL_1 10800 // registration Lifetime,
#define CONFIG_INTERVAL_2 1 // Retry multicast query
#define CONFIG_INTERVAL_3 30 // Max time to wait for a
#define CONFIG_INTERVAL_4 3 // Wait to rgister on reboot
#define CONFIG_INTERVAL_5 3 // Retransmit DA discovery,
#define CONFIG_INTERVAL_6 5 // Give up on requests sent to DA
#define CONFIG_INTERVAL_7 15 // Give up on DA discovery
#define CONFIG_INTERVAL_8 15 // Give up on requests sent to SAs
#define CONFIG_INTERVAL_9 10800 // (3 hours) DA Heartbeat,
#define CONFIG_INTERVAL_10 RangedRdm(1,3)
#define CONFIG_INTERVAL_11 RangedRdm(1,3)
#define CONFIG_INTERVAL_12 300 // (ie. 5 seconds)
#endif
Generated by GNU enscript 1.6.4.