This is an automated email from the ASF dual-hosted git repository. yangliming pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git
from 4c33f886 Support success limit of ParallelChannel (#2842) add 609676da Support tcp user timeout of client new 47c1228c Merge pull request #2867 from chenBright/tcp_user_timeout 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/input_messenger.cpp | 17 ++- src/brpc/socket.cpp | 49 +++++-- src/brpc/socket.h | 52 ++++---- src/brpc/socket_inl.h | 15 --- src/brpc/versioned_ref_with_id.h | 4 +- test/brpc_socket_unittest.cpp | 279 ++++++++++++++++++++------------------- 6 files changed, 222 insertions(+), 194 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org