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

Add comment to encodingOverhead

parent 3f2413d1
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,9 @@ ...@@ -90,6 +90,9 @@
return nil; 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 { - (int32_t)encodingOverhead {
return 0; 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