|
IBR-DTNSuite
0.8
|
#include "config.h"#include <ibrdtn/data/StatusReportBlock.h>#include "ibrdtn/api/Client.h"#include "ibrdtn/api/StringBundle.h"#include "ibrcommon/net/tcpclient.h"#include "ibrcommon/thread/Mutex.h"#include "ibrcommon/thread/MutexLock.h"#include "ibrcommon/TimeMeasurement.h"#include <algorithm>#include <iostream>#include <sstream>#include <unistd.h>
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 231 of file dtntracepath.cpp.
References ibrcommon::tcpstream::close(), ibrcommon::tcpstream::enableNoDelay(), dtn::api::Client::MODE_BIDIRECTIONAL, and print_help().

| void print_help | ( | ) |
Definition at line 218 of file dtntracepath.cpp.