开发者

TCP SYN request failing in gingerbread

I have a server programmm running on android 2.2 and client running on a LInux desktop.Everything was working fine .When I moved my application to gingerbread code base whenever the linux app开发者_如何学Pythonlication send an HTTP request to my android server application immediately after SYN request android app is sending a RST .Why is it so any idea? Do we need to change anything when mobving to ginger bread ? Regards Kozlov


A RST in response to a SYN means that the port is not open. You need to check your Android app to make sure it's opening the port number you think it is and that the open was successful.

It's possible that some firewall rules are causing this but unlikely since firewall filtering usually generates no response at all.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜