aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-04-17 11:47:22 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-04-17 11:47:22 +0100
commit3102feb56c2274313e40d1d13cb2761f7796bb9b (patch)
treebf66100c33156704c5ef266efb7064fb5eb3662a /src/simplewallet/simplewallet.cpp
parent6bca9a8ef435b6b8a5dca917ec848c076c3a971e (diff)
downloadmonzero-core-3102feb56c2274313e40d1d13cb2761f7796bb9b.tar.gz
monzero-core-3102feb56c2274313e40d1d13cb2761f7796bb9b.tar.xz
monzero-core-3102feb56c2274313e40d1d13cb2761f7796bb9b.zip
abstract_tcp_server2: fix send queue limit warning spam
When the send queue limit is reached, it is likely to not drain any time soon. If we call close on the connection, it will stay alive, waiting for the queue to drain before actually closing, and will hit that check again and again. Since the queue size limit is the reason we're closing in the first place, we call shutdown directly.
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
0 files changed, 0 insertions, 0 deletions