Actions
Task #146
closedFind a solution to compute the size of serialized data
Start date:
10/29/2009
Due date:
% Done:
0%
Estimated time:
keywords:
protobuf serialize size
Platform:
Description
When sending the result after a search (see message FindResult here Protocol_core-core) the message mustn't exceed 65'507 bytes1. This limit come from the maximum data size for an UDP datagram.
Thus the result must be cut in many datagram if it exceed the maximum size.
Updated by Greg Burri about 15 years ago
- Subject changed from Find a solution to compute the size of the serialzed data with protocol buffer to Find a solution to compute the size of serialized data
Updated by Greg Burri about 15 years ago
Actions