Re: [hybi] Flow control quota

Martin Sustrik <sustrik@250bpm.com> Thu, 31 May 2012 08:59 UTC

Return-Path: <sustrik@250bpm.com>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 80E2E21F869E for <hybi@ietfa.amsl.com>; Thu, 31 May 2012 01:59:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.694
X-Spam-Level:
X-Spam-Status: No, score=-0.694 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_SK=1.35, HOST_EQ_SK=0.555]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d7R2K-etNZKa for <hybi@ietfa.amsl.com>; Thu, 31 May 2012 01:59:15 -0700 (PDT)
Received: from mail.moloch.sk (chrocht.moloch.sk [62.176.169.44]) by ietfa.amsl.com (Postfix) with ESMTP id A718121F8694 for <hybi@ietf.org>; Thu, 31 May 2012 01:59:13 -0700 (PDT)
Received: from [192.168.0.11] (unknown [188.11.92.239]) by mail.moloch.sk (Postfix) with ESMTPSA id 7DB93180AF42; Thu, 31 May 2012 10:59:10 +0200 (CEST)
Message-ID: <4FC732DC.3000308@250bpm.com>
Date: Thu, 31 May 2012 10:59:08 +0200
From: Martin Sustrik <sustrik@250bpm.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111109 Thunderbird/3.1.16
MIME-Version: 1.0
To: Arman Djusupov <arman@noemax.com>
References: <001a01cd3e69$4a221c10$de665430$@noemax.com>
In-Reply-To: <001a01cd3e69$4a221c10$de665430$@noemax.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: hybi@ietf.org
Subject: Re: [hybi] Flow control quota
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 May 2012 08:59:16 -0000

On 30/05/12 15:36, Arman Djusupov wrote:

> Sometimes the sending side cannot fully utilize the remaining quota
> available (a typical example is when the remaining quota is too small)

That's interesting. Can you provide a concrete example?

It seems to me that even if the quota is 1 byte, you can send a frame 
with 1 byte.

Martin