IBR-DTNSuite
0.12
|
#include "config.h"
#include <ibrdtn/data/StatusReportBlock.h>
#include <ibrdtn/data/TrackingBlock.h>
#include "ibrdtn/api/Client.h"
#include <ibrcommon/net/socket.h>
#include <ibrcommon/net/socketstream.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 266 of file dtntracepath.cpp.
References ibrcommon::socketstream::close(), dtn::api::Client::MODE_BIDIRECTIONAL, and print_help().
void print_help | ( | ) |
Definition at line 251 of file dtntracepath.cpp.