How to best optimise networking of many objects with brief lifetimes.

Started by
10 comments, last by hplus0603 5 years, 3 months ago

I need a queue of events each with a serial number and frame number to play back on the client, with events transmitted redundantly until acknowledgment?

Yes, that seems like a fine way of doing it.

enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement