|
IBR-DTNSuite 0.6
|
#include "config.h"#include "BundleStream.h"#include <ibrdtn/api/Client.h>#include <ibrdtn/data/EID.h>#include <ibrdtn/data/PayloadBlock.h>#include <ibrcommon/net/tcpclient.h>#include <ibrcommon/data/File.h>#include <ibrcommon/TimeMeasurement.h>#include <iostream>
Go to the source code of this file.
Functions | |
| void | print_help () |
| int | main (int argc, char *argv[]) |
Variables | |
| unsigned int | __timeout_receive__ = 0 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 333 of file dtnstream.cpp.
References __timeout_receive__, BundleStream::base(), ibrcommon::tcpstream::close(), dtn::api::Client::close(), dtn::api::Client::connect(), ibrcommon::tcpstream::enableNoDelay(), ibrcommon::File::exists(), ibrcommon::tcpclient::open(), print_help(), BundleStream::rdbuf(), dtn::api::Bundle::requestEncryption(), dtn::api::Bundle::requestSigned(), dtn::api::Bundle::setDestination(), and dtn::api::Bundle::setLifetime().

| void print_help | ( | ) |
Definition at line 317 of file dtnstream.cpp.
| unsigned int __timeout_receive__ = 0 |
Definition at line 21 of file dtnstream.cpp.
Referenced by BundleStreamBuf::__underflow(), and main().