This is an automated email from the ASF dual-hosted git repository.

yanglimingcn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


    from 5f228c03 Fix race when falling back from RDMA to TCP (#3406)
     add 11b7d800 Support checksumming the attachment together with the body
     new c9ab283c Merge pull request #3407 from 
yanglimingcn/feat/attachment_with_checksum

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/brpc/checksum.h                    |  12 ++
 src/brpc/controller.cpp                |   2 +
 src/brpc/controller.h                  |  33 +++++
 src/brpc/policy/baidu_rpc_meta.proto   |   1 +
 src/brpc/policy/baidu_rpc_protocol.cpp |  59 ++++++--
 src/brpc/policy/crc32c_checksum.cpp    |  43 +++---
 test/brpc_checksum_unittest.cpp        | 244 +++++++++++++++++++++++++++++++++
 test/brpc_server_unittest.cpp          |   6 +-
 8 files changed, 374 insertions(+), 26 deletions(-)
 create mode 100644 test/brpc_checksum_unittest.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to