From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH v2] CLD big message support (WIP) Date: Fri, 07 Aug 2009 10:32:58 -0400 Message-ID: <4A7C3B1A.5040902@garzik.org> References: <20090807020905.GA26543@havoc.gtf.org> <20090807113604.GA7905@havoc.gtf.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090807113604.GA7905@havoc.gtf.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: hail-devel@vger.kernel.org I just committed and pushed out this as commit f830b4be92f89ad0a48ee0703fd1b829febfaf4a Author: Jeff Garzik Date: Fri Aug 7 10:12:39 2009 -0400 Major network protocol change: support multi-packet messages. This eliminates the need for DATA messages, as all normal messages (GET, PUT etc.) may be up to maximum size (128k currently). Signed-off-by: Jeff Garzik