summaryrefslogtreecommitdiffstats
path: root/btime_int.h
blob: 817df1cca30361dd9669eea4e5067e2d1f8d8cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * btime_int.h --
 */

#ifndef __BTIME_INT_H
#define __BTIME_INT_H

#define BTIME_PORT   23456
#define BTIME_MSGLEN 128
#define MAX_RETRY    40
#define RETRY_SLEEP  1000

#define COOKIE_RANDOM_PARTS 4
#define COOKIE_LEN (3 + (COOKIE_RANDOM_PARTS * sizeof(int32_t)))
#endif /* __BTIME_INT_H */