|
IBR-DTNSuite
0.8
|
#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>#include <unistd.h>
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 304 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(), dtn::api::Bundle::setLifetime(), and dtn::api::Bundle::setSingleton().

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