Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过 Flash 在浏览器中进行跟踪路由。我询问了 ICMP 数据包,但如果我可以设置 TTL,另一种选择是 UDP 数据包。但是,我在flash.net.DatagramSocket中看不到该选项。可能吗?
您不能通过 Flash 在 Web 浏览器中使用 UDP。只有在 AIR 播放器中运行时才能访问数据报套接字。
您最好的选择是签名的 Java 小程序。