|
IBR-DTNSuite 0.6
|
#include "config.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>
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 111 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 96 of file dtntracepath.cpp.