]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: only do zero-copy writes to out_stream 23816/head
authorYingxin <yingxin.cheng@intel.com>
Thu, 30 Aug 2018 10:22:49 +0000 (18:22 +0800)
committerYingxin <yingxin.cheng@intel.com>
Tue, 4 Sep 2018 12:00:25 +0000 (20:00 +0800)
commitb9061bb9cb20fcb3aada156c29b47a420ff0b64c
tree3b2d3e5f6f356f122513c04dedb4ddf7108b2130
parent9b66c5bc11b33038b4afbbd8ec2f25be52c6ed4a
crimson/net: only do zero-copy writes to out_stream

seastar doesn't support mixed buffered writes and zero-copy writes.

Signed-off-by: Yingxin <yingxin.cheng@intel.com>
src/crimson/net/SocketConnection.cc