Has anyone tried to do a tcp client server app using the emulator using the pc as a server and the phone as the client?
I've got a bit of an issue where its only sending one packet, ie 1491 bytes of data regardless of how much there actually i开发者_如何转开发s to send, from the client(Phone) to the server(PC)
Thanks
James
1491 looks like it's related to the MTU (the maximum packet size supported by a protocol). The ethernet MTU is 1500.
精彩评论