Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0BC05200D20 for ; Tue, 17 Oct 2017 11:10:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 097111609EB; Tue, 17 Oct 2017 09:10:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4680A1609DE for ; Tue, 17 Oct 2017 11:10:50 +0200 (CEST) Received: (qmail 30152 invoked by uid 500); 17 Oct 2017 09:10:49 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 30135 invoked by uid 99); 17 Oct 2017 09:10:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 09:10:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5A9AFDFA29; Tue, 17 Oct 2017 09:10:48 +0000 (UTC) From: mtaylor To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1534: ARTEMIS-1420 limit non-ssl connection hangs up... Content-Type: text/plain Message-Id: <20171017091048.5A9AFDFA29@git1-us-west.apache.org> Date: Tue, 17 Oct 2017 09:10:48 +0000 (UTC) archived-at: Tue, 17 Oct 2017 09:10:51 -0000 Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1534 @stanlyDoge I'm happy with this version of the implementation. The only concern I see is that by default the read timeout is switched off. This should be some sensible value, significantly less than the default TCP TTL. I would say ~10 seconds is sufficient. ---