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

#ifndef __BTIME_INT_H
#define __BTIME_INT_H

#define BTIME_PORT   23456
#define BTIME_MSGLEN 128
#define MAX_RETRY    5

#endif /* __BTIME_INT_H */