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 |
Shared Tagging operations (observed)
| tagAction | module |
|---|---|
| removeTagIfPresent | Ipv4 |
Source code
// // Determines the fragmentation // class FragmentationReq extends TagBase { bool dontFragment = false; // "don't fragment" bit }File: src/inet/networklayer/common/FragmentationTag.msg