EtherAppReq

Namespace inet

EtherAppReq

packet

Request packet sent by EtherAppCli. Contains the number of bytes to be sent back as response; if this value is greater than ~1400, the reply will consist of several Ethernet frames. See also EtherAppResp.

Fields

Name Type Description
requestId long
responseBytes long

Source code

//
// Request packet sent by ~EtherAppCli. Contains the number of bytes to be
// sent back as response; if this value is greater than ~1400, the reply
// will consist of several Ethernet frames. See also ~EtherAppResp.
//
packet EtherAppReq
{
    long requestId;
    long responseBytes;
}

File: src/inet/applications/ethernet/EtherApp.msg