/* */ #ifndef _D_BT_CONSTANTS_ #define _D_BT_CONSTANTS_ #include "common.h" #include #include typedef std::map Extensions; #define PEER_ID_LENGTH 20 #define INFO_HASH_LENGTH 20 #define DEFAULT_LATENCY 1500 #endif // _D_BT_CONSTANTS_