#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 <iostream>
Go to the source code of this file.
Functions | |
| void | print_help () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 324 of file dtnstream.cpp.
References 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 308 of file dtnstream.cpp.
1.7.1