Flash 未接收 Flash/Java 的套接字策略文件
我正在尝试测试在端口 843 上侦听的策略服务器,该服务器处理策略文件的发送,以便客户端可以继续连接到不同端口上的游戏服务器。
我能够从服务器获得以下输出:
连接到 PolicyServer /192.168.1.66:2521
已接收:策略文件请求
发送:XML 策略
连接到 GameServer /192.168.1.66:2522
已接收:策略文件请求
甚至通过我发送一个 XML 策略,它似乎忽略它并从游戏服务器请求一个策略。 这是否与在同一台计算机上测试客户端/服务器有关?
I'm trying to test a PolicyServer listening on port 843 that handles the sending of policy files so that the client can move onto connecting to the GameServer on a different port.
I'm able to get the following outputs from the server:
Connection to PolicyServer /192.168.1.66:2521
Recieved: policy-file-request
Sending: XML Policy
Connection to GameServer /192.168.1.66:2522
Recieved: policy-file-request
Even through I send a XML Policy it seems to ignore it and request one from the gameServer.
Could it have something to do with the Client/Server being tested on the same computer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是不是只是端口不一样?
Isn't it just the ports being different?