Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 41786 invoked from network); 6 Oct 2010 18:08:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 18:08:34 -0000 Received: (qmail 78376 invoked by uid 500); 6 Oct 2010 18:08:33 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 78294 invoked by uid 500); 6 Oct 2010 18:08:32 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 78286 invoked by uid 99); 6 Oct 2010 18:08:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 18:08:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dfs@savarese.org designates 199.15.254.130 as permitted sender) Received: from [199.15.254.130] (HELO sol.savarese.com) (199.15.254.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 18:08:26 +0000 Received: from mail.savarese.org (mail2.savarese.org [192.168.2.5]) by sol.savarese.com (8.14.3/8.14.3) with ESMTP id o96I84gs022738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 6 Oct 2010 14:08:05 -0400 Received: from aragorn.savarese.org (aragorn.savarese.org [192.168.1.23]) by mail.savarese.org (8.14.3/8.14.3) with ESMTP id o96I7wMg010360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Oct 2010 14:07:58 -0400 Received: from savarese.org (localhost [127.0.0.1]) by aragorn.savarese.org (8.14.3/8.14.3/Submit) with ESMTP id o96I7u80015437; Wed, 6 Oct 2010 14:07:58 -0400 Message-Id: <201010061807.o96I7u80015437@aragorn.savarese.org> To: Pablo Pinto cc: "user@commons.apache.org" X-Archive: no X-No-Archive: yes Subject: Re: [net] In-reply-to: Your message of "Tue, 05 Oct 2010 22:48:50 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Oct 2010 14:07:56 -0400 From: "Daniel F. Savarese" X-Virus-Checked: Checked by ClamAV on apache.org In message , Pabl o Pinto writes: >The following code works pretty good except for one problem. At >the beginning of the transference the program buffers 64KB of data using al= >l ... >Is it possible to decrease the amount of data that is buffered at the >begining? See: http://download.oracle.com/javase/6/docs/api/java/net/Socket.html#setReceiveBufferSize%28int%29 http://commons.apache.org/net/api-release/org/apache/commons/net/SocketClient.html#setReceiveBufferSize%28int%29 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org