pull/1/head
Tatsuhiro Tsujikawa 2006-05-24 16:08:00 +00:00
parent 0411de9271
commit b72c6805e4
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@
#include "HttpInitiateConnectionCommand.h"
#include "message.h"
#include "Util.h"
#include <sys/types.h>
#include <unistd.h>
HttpResponseCommand::HttpResponseCommand(int cuid, Request* req, DownloadEngine* e, const Socket* s):
AbstractCommand(cuid, req, e, s) {

View File

@ -30,7 +30,7 @@
using namespace std;
#define PEER_ID_LENGTH 20
#define DEFAULT_LATENCY 1000
#define DEFAULT_LATENCY 1500
class Peer {
public: