Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members

Fragmenter Class Reference

#include <netelem.h>

Inheritance diagram for Fragmenter:

NetElement List of all members.

Public Member Functions

 Fragmenter (unsigned int mtu=0)
void Reset (bool dump=false)

Detailed Description

Fragmenter object.


Constructor & Destructor Documentation

Fragmenter::Fragmenter unsigned int  mtu = 0  ) 
 

Creates a NetElement that receives packets and splits them in blocks up to a Maximum Tranfer Unit. Note that it does not add any "space" between fragments, i.e. the resulting fragments will be sent "at once" with the same timestamp than the originating packet.

Parameters:
mtu maximum tranfer unit, in bits. 0 if unlimited.


Member Function Documentation

void Fragmenter::Reset bool  dump = false  )  [inline, virtual]
 

Empty (no counter to reset)

Implements NetElement.


The documentation for this class was generated from the following files:
Generated on Fri Jan 19 15:35:17 2007 by  doxygen 1.4.2