NED File src/inet/linklayer/ieee80211/mac/contract/IRecipientAckPolicy.ned
Name | Type | Description |
---|---|---|
IRecipientAckPolicy | module interface |
Interface for recipient ACK policies. This policy chooses between no ACK, normal ACK and Block ACK for received frames. |
Source code
// // Copyright (C) 2016 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee80211.mac.contract; // // Interface for recipient ACK policies. This policy chooses between // no ACK, normal ACK and Block ACK for received frames. // moduleinterface IRecipientAckPolicy { parameters: string rateSelectionModule; @display("i=block/control"); }