문제

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