IBR-DTNSuite 0.6

daemon/src/net/HTTPConvergenceLayer.cpp File Reference

#include "net/HTTPConvergenceLayer.h"
#include <ibrcommon/AutoDelete.h>
Include dependency graph for HTTPConvergenceLayer.cpp:

Go to the source code of this file.

Namespaces

namespace  dtn
namespace  dtn::net

Variables

const int dtn::net::TIMEOUT = 1000
const int dtn::net::CONN_TIMEOUT = 5000
const int dtn::net::HTTP_OK = 200
const int dtn::net::HTTP_NO_DATA = 410
const int dtn::net::CURL_CONN_OK = 0
const int dtn::net::CURL_PARTIAL_FILE = 18

Detailed Description

Date:
: 08.03.2011
Author:
: Robert Heitz

This file contains methods for the HTTP Convergence Layer, libcurl is used for the HTTP communication.

Definition in file HTTPConvergenceLayer.cpp.