]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/net: gather message buffers when send
authorYingxin Cheng <yingxincheng@gmail.com>
Thu, 25 Apr 2019 19:50:00 +0000 (03:50 +0800)
committerYingxin Cheng <yingxincheng@gmail.com>
Mon, 29 Apr 2019 07:58:03 +0000 (15:58 +0800)
commitb5e9c8906571fb73a66f8f40b7a19fda91ae264b
tree537292c0caa67f2acfbc13496101eecb1ee81bf3
parentf2bafe4b0333afbf288937b662c71e159c5abb9d
crimson/net: gather message buffers when send

Gather buffers from pending messages/keepalive and send them together.

Signed-off-by: Yingxin Cheng <yingxincheng@gmail.com>
src/crimson/net/Protocol.cc
src/crimson/net/Protocol.h
src/crimson/net/ProtocolV1.cc
src/crimson/net/ProtocolV1.h
src/crimson/net/ProtocolV2.cc
src/crimson/net/ProtocolV2.h
src/crimson/net/SocketConnection.cc
src/crimson/net/SocketConnection.h