Namespace inet
EtherPauseFrame
packetEthernet frame used by the PAUSE protocol
Extends
| Name | Type | Description |
|---|---|---|
| EtherFrame | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| pauseTime | int |
in 512 bit-time units |
Source code
// // Ethernet frame used by the PAUSE protocol // packet EtherPauseFrame extends EtherFrame { int pauseTime; // in 512 bit-time units }File: src/inet/linklayer/ethernet/EtherFrame.msg