Namespace inet
EtherFilledIFG
packetRepresents a filled inter-frame gap in burst mode. Also used for calculating IFG times.
Extends
Name | Type | Description |
---|---|---|
EtherTraffic | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
bitLength |
Source code
// // Represents a filled inter-frame gap in burst mode. // Also used for calculating IFG times. // packet EtherFilledIFG extends EtherTraffic { bitLength = INTERFRAME_GAP_BITS; }File: src/inet/linklayer/ethernet/EtherFrame.msg