I need to be able to send compact messages (ideally small enough to fit into a single UDP packet) from Java. It needs to be as efficient as possible - can anyone give me any pointers (other than constructing them manually)?
I'm using it on a chat server for high-latency, low bandwidth, jittery frameworks.
Heath Borders
2008-10-08 01:07:32