diff --git a/src/HttpResponseCommand.cc b/src/HttpResponseCommand.cc index 320aff94..97670683 100644 --- a/src/HttpResponseCommand.cc +++ b/src/HttpResponseCommand.cc @@ -26,6 +26,8 @@ #include "HttpInitiateConnectionCommand.h" #include "message.h" #include "Util.h" +#include +#include HttpResponseCommand::HttpResponseCommand(int cuid, Request* req, DownloadEngine* e, const Socket* s): AbstractCommand(cuid, req, e, s) { diff --git a/src/Peer.h b/src/Peer.h index f87010bb..959ded33 100644 --- a/src/Peer.h +++ b/src/Peer.h @@ -30,7 +30,7 @@ using namespace std; #define PEER_ID_LENGTH 20 -#define DEFAULT_LATENCY 1000 +#define DEFAULT_LATENCY 1500 class Peer { public: