]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async/AsyncConnection: handle send buffer overflow case
authorHaomai Wang <haomai@xsky.com>
Fri, 17 Jun 2016 14:01:09 +0000 (22:01 +0800)
committerHaomai Wang <haomai@xsky.com>
Tue, 28 Jun 2016 14:29:59 +0000 (22:29 +0800)
commitfba59af260cc547659c4bf479650bb576b0c545f
tree26d63204288c6edfc82fabee34949f02aa967a1b
parentf97d0d2ccb9347a6252909975e5a81668f3bd406
msg/async/AsyncConnection: handle send buffer overflow case

It's rare happen in real env, because each socket has enough write buffer
to store a little handshake info.

Just harden the current codes

Signed-off-by: Haomai Wang <haomai@xsky.com>
src/msg/async/AsyncConnection.cc