Research Article
An Adaptive Video Transmission Mechanism over MEC-Based Content-Centric Networks
Algorithm 1
Adaptive Transmission Control Algorithm.
| 1: if arriving data packet then | | 2: obtain packet loss rate from packet header | | 3: | | 4: clear timeout counter . | | 5: end if | | 6: if PIT timeout then | | 7: calculate total packet loss rate | | 8: increase timeout counter | | 9: ifthen | | 10: ifthen | | 11: | | 12: else | | 13: | | 14: end if | | 15: else | | 16: calculate number of FEC packet | | 17: send FEC interest packets to overcome loss | | 18: end if | | 19: end if |
|