/* */ #ifndef _D_BT_CONSTANTS_ #define _D_BT_CONSTANTS_ #include "common.h" #include typedef std::map Extensions; #define PEER_ID_LENGTH 20 #define INFO_HASH_LENGTH 20 #define MAX_PEER_ERROR 5 #define MAX_PEERS 55 #define DEFAULT_LATENCY 1500 #define SLOW_SPEED_THRESHOLD (50*1024) #endif // _D_BT_CONSTANTS_