On Tue, Mar 31, 2009 at 3:47 PM, Barry Fawthrop wrote:
> Writing an app for the iPhone
>
> (1) In tracing the packet from my app using wireshark
> I see that all UDP packets sent from app to server has
> UDP checksum error. Why would this be ? How to adrress this ?
My guess would be a fa
Writing an app for the iPhone
(1) In tracing the packet from my app using wireshark
I see that all UDP packets sent from app to server has
UDP checksum error. Why would this be ? How to adrress this ?
(2) sending a packet it bombs out on the recvmsg(socket, msp_p, flags);
Previous