#include <pydtn/HeavyTailBundleMaker.h>


Public Member Functions | |
| HeavyTailBundleMaker (WrapNode *source, WrapNode *destination, const DTN::ByteString &app, unsigned int size, double alpha) | |
| Constructor. | |
| virtual | ~HeavyTailBundleMaker () |
| Virtual destructor. | |
| void | generate () |
| Generate a Bundle. | |
The bundles created ar MockBundles, and are forwarded by direct call to the source WrapNode. All Bundles have the same configured application identifier.
Definition at line 48 of file HeavyTailBundleMaker.h.
| HeavyTailBundleMaker::HeavyTailBundleMaker | ( | WrapNode * | source, | |
| WrapNode * | destination, | |||
| const DTN::ByteString & | app, | |||
| unsigned int | size, | |||
| double | alpha | |||
| ) |
Constructor.
| source | The node that will send the bundles | |
| destination | The node to which the bundles will be sent | |
| app | The application identifier to use in bundles | |
| size | Multiplier for the bundle size (minimum value) | |
| alpha | The bundle size distribution parameter |
Definition at line 41 of file HeavyTailBundleMaker.cc.
1.5.4