Skip to content
Snippets Groups Projects
Commit 88a41bfa authored by Muxi Yan's avatar Muxi Yan
Browse files

Add comment to encodingOverhead

parent abc886dc
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,9 @@
return nil;
}
// This number indicates how many bytes of overhead does Protocol Buffers encoding add onto the
// message. The number varies as different message.proto is used on different servers. The actual
// number for each interop server is overridden in corresponding derived test classes.
- (int32_t)encodingOverhead {
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment