[ppsp] Richard Barnes' Discuss on draft-ietf-ppsp-peer-protocol-10: (with DISCUSS and COMMENT)

"Richard Barnes" <rlb@ipv.sx> Wed, 09 July 2014 17:03 UTC

Return-Path: <rlb@ipv.sx>
X-Original-To: ppsp@ietfa.amsl.com
Delivered-To: ppsp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9CCCA1A020B; Wed, 9 Jul 2014 10:03:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lavv9PUuUhPL; Wed, 9 Jul 2014 10:03:17 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 48C4A1A0062; Wed, 9 Jul 2014 10:03:17 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Richard Barnes <rlb@ipv.sx>
To: The IESG <iesg@ietf.org>
X-Test-IDTracker: no
X-IETF-IDTracker: 5.6.0.p2
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20140709170317.32254.77889.idtracker@ietfa.amsl.com>
Date: Wed, 09 Jul 2014 10:03:17 -0700
Archived-At: http://mailarchive.ietf.org/arch/msg/ppsp/FeapGRe5gsfpMAQRLTmallmdTeM
Cc: ppsp@ietf.org, draft-ietf-ppsp-peer-protocol@tools.ietf.org, ppsp-chairs@tools.ietf.org
Subject: [ppsp] Richard Barnes' Discuss on draft-ietf-ppsp-peer-protocol-10: (with DISCUSS and COMMENT)
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
List-Id: discussing to draw up peer to peer streaming protocol <ppsp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ppsp>, <mailto:ppsp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ppsp/>
List-Post: <mailto:ppsp@ietf.org>
List-Help: <mailto:ppsp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ppsp>, <mailto:ppsp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Jul 2014 17:03:19 -0000

Richard Barnes has entered the following ballot position for
draft-ietf-ppsp-peer-protocol-10: Discuss

When responding, please keep the subject line intact and reply to all
email addresses included in the To and CC lines. (Feel free to cut this
introductory paragraph, however.)


Please refer to http://www.ietf.org/iesg/statement/discuss-criteria.html
for more information about IESG DISCUSS and COMMENT positions.


The document, along with other ballot positions, can be found here:
http://datatracker.ietf.org/doc/draft-ietf-ppsp-peer-protocol/



----------------------------------------------------------------------
DISCUSS:
----------------------------------------------------------------------

My DISCUSS here is based mainly on the readability of the document, which
seems bad enough to be an impediment to interoperability.  

As far as I can tell, this document does not define a protocol, in the
sense of a set of actions required to achieve a given objective. 
Instead, it presents a pile of piece parts with a couple of combinations,
and notes that these combinations could be used to achieve, e.g., live
streaming.  (In the language of patents, it has not been "reduced to
practice".)

What are the steps an implementation follows to join a swarm?  To connect
to a new peer and request chunks?  The pieces seem to be here, but the
big picture is completely absent.


----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------

"In general, no error codes or responses are used in the protocol;
absence of any response indicates an error." -- This made me do a bit of
a double-take.  Obviously, the requesting peer should timeout if the
responding peer doesn't respond, but are there really no cases where the
responding peer knows there's a problem and wants to report it?  It seems
like the CHOKE message is an indication of this sort.