Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
Hi,
It depends on the implementation of MAC_packet_CS.
For example, the stream is: IPv4->UDP->RTP
1. Classifier:
Source Address + Destination Address +
Protocol + Type of Service
If any packet matches the classifier, the
packet can be classified to the
SF and CID. But if
Source Port or Destination Port is different,
the MAC_packet_CS
can apply a DSC_REQ to request a Qos
change.
2. Classifier:
Source Address + Destination Address +
Protocol + Type of Service
Source Port +
Destination Port 3. Classifier:
Source Address + Destination Address +
Protocol + Type of Service +
Source Port +
Destination Port +
synchronization source (SSRC) identifier +
contributing source (CSRC) identifiers
In the case, each session can apply a SFID and CID. It is rather
tricky.
|