* fix warnings of type mismatch (#298)

This commit is contained in:
hagen 2015-12-17 07:58:09 +00:00
parent 632d26e398
commit c3238f4d0b
3 changed files with 3 additions and 3 deletions

View file

@ -28,8 +28,8 @@ namespace client
const int PUBLISH_CONFIRMATION_TIMEOUT = 5; // in seconds
const int LEASESET_REQUEST_TIMEOUT = 5; // in seconds
const int MAX_LEASESET_REQUEST_TIMEOUT = 40; // in seconds
const int MAX_NUM_FLOODFILLS_PER_REQUEST = 7;
const int DESTINATION_CLEANUP_TIMEOUT = 20; // in minutes
const unsigned int MAX_NUM_FLOODFILLS_PER_REQUEST = 7;
// I2CP
const char I2CP_PARAM_INBOUND_TUNNEL_LENGTH[] = "inbound.length";