Вопрос

How I can calculate packet loss from Flex. Any Idea?

Thanks in advance.

Это было полезно?

Решение

Unfortunately this is not possible in Flex. From the Flex Docs:

Packets lost in transmission are not retransmitted, or even detected.

Consider using TCP instead of UDP if your application requires guaranteed packet delivery.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top