|
IBR-DTNSuite 0.6
|
#include "config.h"#include <ibrdtn/api/Client.h>#include <ibrdtn/api/FileBundle.h>#include <ibrdtn/api/BLOBBundle.h>#include <ibrcommon/net/tcpclient.h>#include <ibrcommon/thread/Mutex.h>#include <ibrcommon/thread/MutexLock.h>#include <ibrcommon/data/BLOB.h>#include <ibrcommon/Logger.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 41 of file dtnsend.cpp.
References ibrcommon::tcpstream::close(), dtn::api::Client::close(), dtn::api::Client::connect(), ibrcommon::TmpFileBLOB::create(), ibrcommon::tcpstream::enableNoDelay(), ibrcommon::File::exists(), ibrcommon::BLOB::Reference::iostream(), dtn::api::Client::lastack, dtn::api::Client::MODE_SENDONLY, ibrcommon::tcpclient::open(), print_help(), dtn::api::Bundle::requestCompression(), dtn::api::Bundle::requestCustodyTransfer(), dtn::api::Bundle::requestEncryption(), dtn::api::Bundle::requestSigned(), dtn::api::Bundle::setLifetime(), dtn::api::Bundle::setPriority(), and ibrcommon::Exception::what().

| void print_help | ( | ) |
Definition at line 20 of file dtnsend.cpp.