FragmentationReq
Namespace inet
FragmentationReq
classDetermines the fragmentation
Extends
| Name | Type | Description |
|---|---|---|
| TagBase | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| dontFragment | bool |
"don't fragment" bit |
Source code
// // Determines the fragmentation // class FragmentationReq extends TagBase { bool dontFragment = false; // "don't fragment" bit }File: src/inet/networklayer/common/FragmentationTag.msg