Re: Network Errors

2009-03-31 Thread Michael Ash
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

Network Errors

2009-03-31 Thread Barry Fawthrop
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