--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk.
For more options, visit https://groups.google.com/groups/opt_out.
--
I'd recommend using an existing multiplayer networking solution like raknet and a shared memory model.
One thing to look out for is the storage size of the numbers being used. If they do not match, truncation and rounding will give different results. I ran into this when I was porting a lease accounting program from the IBM PC to the Macintosh about 25 years ago. The results did not match until I increased the storage size of most of the variables. Everything matched exactly after that.
--