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 1365B200BCC for ; Mon, 14 Nov 2016 08:19:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1043A160B05; Mon, 14 Nov 2016 07:19:01 +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 5CD19160B06 for ; Mon, 14 Nov 2016 08:19:00 +0100 (CET) Received: (qmail 25790 invoked by uid 500); 14 Nov 2016 07:18:59 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 25766 invoked by uid 99); 14 Nov 2016 07:18:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2016 07:18:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 094C12C4C79 for ; Mon, 14 Nov 2016 07:18:59 +0000 (UTC) Date: Mon, 14 Nov 2016 07:18:59 +0000 (UTC) From: "Gary Gregory (JIRA)" To: log4j-dev@logging.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LOG4J2-1707) Allow TCP Socket Appender to set socket options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 14 Nov 2016 07:19:01 -0000 [ https://issues.apache.org/jira/browse/LOG4J2-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1707: --------------------------------- Summary: Allow TCP Socket Appender to set socket options (was: Allow any socket-based Appender to set socket options) > Allow TCP Socket Appender to set socket options > ----------------------------------------------- > > Key: LOG4J2-1707 > URL: https://issues.apache.org/jira/browse/LOG4J2-1707 > Project: Log4j 2 > Issue Type: New Feature > Components: Core > Reporter: Gary Gregory > Assignee: Gary Gregory > > Allow any socket-based Appender to set socket options. > At the lowest level, this means that if configured the following {{java.net.Socket}} options are called: > - java.net.Socket.setKeepAlive(boolean) > - java.net.Socket.setOOBInline(boolean) > - java.net.Socket.setPerformancePreferences(int, int, int) > - java.net.Socket.setReceiveBufferSize(int) > - java.net.Socket.setReuseAddress(boolean) > - java.net.Socket.setSendBufferSize(int) > - java.net.Socket.setSoLinger(boolean, int) > - java.net.Socket.setSoTimeout(int) > - java.net.Socket.setTcpNoDelay(boolean) > - java.net.Socket.setTrafficClass(int) > This will done through a new {{SocketOptions}} XML element (same idea for JSON and YAML). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org