Namespace inet
StreamReq
classThis request determines the stream that should be used to send the packet. It may be present on a packet from the application to the mac protocol.
Extends
Name | Type | Description |
---|---|---|
StreamTagBase | (unknown -- not in documented files) |
Shared Tagging operations (observed)
tagAction | module |
---|---|
addTag | PacketDirectionReverser, StreamIdentifier |
addTagIfAbsent | StreamSplitter |
findTag | StreamClassifier, StreamEncoder, StreamIdentifier, StreamSplitter |
Source code
// // This request determines the stream that should be used to send the packet. // It may be present on a packet from the application to the mac protocol. // class StreamReq extends StreamTagBase { }File: src/inet/protocolelement/redundancy/StreamTag.msg