
From nobody Sat Jan  3 19:03:40 2015
Return-Path: <rachel.huang@huawei.com>
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 6C9D51A1AE6; Sat,  3 Jan 2015 19:03:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MANGLED_LOAN=2.3, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 WDbdttgOlaWq; Sat,  3 Jan 2015 19:03:36 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A7FB1A1AE3; Sat,  3 Jan 2015 19:03:34 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml401-hub.china.huawei.com) ([172.18.7.190]) by lhrrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BNO30666; Sun, 04 Jan 2015 03:03:33 +0000 (GMT)
Received: from nkgeml409-hub.china.huawei.com (10.98.56.40) by lhreml401-hub.china.huawei.com (10.201.5.240) with Microsoft SMTP Server (TLS) id 14.3.158.1; Sun, 4 Jan 2015 03:03:32 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.169]) by nkgeml409-hub.china.huawei.com ([10.98.56.40]) with mapi id 14.03.0158.001; Sun, 4 Jan 2015 11:03:23 +0800
From: "Huangyihong (Rachel)" <rachel.huang@huawei.com>
To: "Songhaibin (A)" <haibin.song@huawei.com>, "internet-drafts@ietf.org" <internet-drafts@ietf.org>, "i-d-announce@ietf.org" <i-d-announce@ietf.org>
Thread-Topic: [ppsp] I-D Action: draft-ietf-ppsp-base-tracker-protocol-07.txt
Thread-Index: AQHQFb3kbN513K0HzE2ddy49N7tZJ5yo8Y6AgAZ4f4A=
Date: Sun, 4 Jan 2015 03:03:22 +0000
Message-ID: <51E6A56BD6A85142B9D172C87FC3ABBB862A27C0@nkgeml501-mbs.china.huawei.com>
References: <20141212013256.7873.77833.idtracker@ietfa.amsl.com> <E33E01DFD5BEA24B9F3F18671078951F651FA75A@nkgeml501-mbs.china.huawei.com>
In-Reply-To: <E33E01DFD5BEA24B9F3F18671078951F651FA75A@nkgeml501-mbs.china.huawei.com>
Accept-Language: zh-CN, en-US
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.144]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: http://mailarchive.ietf.org/arch/msg/ppsp/F3PbshpwvZ9gSagpebeWnk1u3b0
Cc: "ppsp@ietf.org" <ppsp@ietf.org>
Subject: Re: [ppsp] I-D Action: draft-ietf-ppsp-base-tracker-protocol-07.txt
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Sun, 04 Jan 2015 03:03:38 -0000

Hi Haibin,

Thanks for the careful review. We'll fix them in the next version which wil=
l be submitted in next few days.

BR,
Rachel


> -----Original Message-----
> From: ppsp [mailto:ppsp-bounces@ietf.org] On Behalf Of Songhaibin (A)
> Sent: Wednesday, December 31, 2014 4:13 PM
> To: internet-drafts@ietf.org; i-d-announce@ietf.org
> Cc: ppsp@ietf.org
> Subject: Re: [ppsp] I-D Action: draft-ietf-ppsp-base-tracker-protocol-07.=
txt
>=20
> Thanks to the authors for the update. And here are some proposed changes =
to
> the json text after a glance at the draft.
>=20
>=20
> 1.  "struct" should be changed to object. For example, change:
>=20
>  struct {
>               s1  e1;
>               s2  e2;
>               ...
>               sn  en;
>       } type_name;
>=20
> to
>=20
> object {
>               s1  e1;
>               s2  e2;
>               ...
>               sn  en;
>  } type_name;
>=20
> 2.	Do not use "enum" type, and change to others instead, due to there's n=
o
> enum type in JSON language.
> 3.	the version of "ppsp_tp_version_t" should be registered in IANA?
>=20
> 4. You might change:
> Object {
>               ppsp_tp_stat_type_t  type;
>               union {
>                      Object {
>                              ppsp_tp_string_t  swarm_id;
>                              ppsp_tp_integer_t  uploaded_bytes;
>                              ppsp_tp_integer_t  downloaded_bytes;
>                              ppsp_tp_integer_t  available_bandwidth;
>                          } stream_stats;
>               } stat_data;
> 	      } ppsp_tp_stat_t;
>=20
> to:
>=20
>          Object {
>                   ppsp_tp_string_t  swarm_id;
>                   ppsp_tp_integer_t  uploaded_bytes;
>                   ppsp_tp_integer_t  downloaded_bytes;
>                   ppsp_tp_integer_t  available_bandwidth;
>                 } stream_stats;
>=20
>          Object {
>                   ppsp_tp_stat_type_t  type;
>                   stream_stats str_stats_value;
>               } stat_data;
>=20
>=20
> 5.	suggest to change media type "application/ppsp+json" to
> "application/ppsptracker+json"
> 6.	The examples in Section 6 seems inconsistent with the data structures =
in
> Section 4. They should be fixed.
>=20
> Best Regards!
> -Haibin
>=20
>=20
> > -----Original Message-----
> > From: ppsp [mailto:ppsp-bounces@ietf.org] On Behalf Of
> > internet-drafts@ietf.org
> > Sent: Friday, December 12, 2014 9:33 AM
> > To: i-d-announce@ietf.org
> > Cc: ppsp@ietf.org
> > Subject: [ppsp] I-D Action:
> > draft-ietf-ppsp-base-tracker-protocol-07.txt
> >
> >
> > A New Internet-Draft is available from the on-line Internet-Drafts dire=
ctories.
> >  This draft is a work item of the Peer to Peer Streaming Protocol
> > Working Group of the IETF.
> >
> >         Title           : PPSP Tracker Protocol-Base Protocol
> (PPSP-TP/1.0)
> >         Authors         : Rui Santos Cruz
> >                           Mario Serafim Nunes
> >                           Gu Yingjie
> >                           Jinwei Xia
> >                           Rachel Huang
> >                           Joao P. Taveira
> >                           Deng Lingli
> > 	Filename        : draft-ietf-ppsp-base-tracker-protocol-07.txt
> > 	Pages           : 56
> > 	Date            : 2014-12-11
> >
> > Abstract:
> >    This document specifies the base Peer-to-Peer Streaming Protocol-
> >    Tracker Protocol (PPSP-TP/1.0), an application-layer control
> >    (signaling) protocol for the exchange of meta information between
> >    trackers and peers.  The specification outlines the architecture of
> >    the protocol and its functionality, and describes message flows,
> >    message processing instructions, message formats, formal syntax and
> >    semantics.  The PPSP Tracker Protocol enables cooperating peers to
> >    form content streaming overlay networks to support near real-time
> >    Structured Media content delivery (audio, video, associated timed
> >    text and metadata), such as adaptive multi-rate, layered (scalable)
> >    and multi-view (3D) videos, in live, time-shifted and on-demand
> >    modes.
> >
> >
> > The IETF datatracker status page for this draft is:
> > https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol
> > /
> >
> > There's also a htmlized version available at:
> > http://tools.ietf.org/html/draft-ietf-ppsp-base-tracker-protocol-07
> >
> > A diff from the previous version is available at:
> > http://www.ietf.org/rfcdiff?url2=3Ddraft-ietf-ppsp-base-tracker-protoco=
l
> > -07
> >
> >
> > Please note that it may take a couple of minutes from the time of
> > submission until the htmlized version and diff are available at tools.i=
etf.org.
> >
> > Internet-Drafts are also available by anonymous FTP at:
> > ftp://ftp.ietf.org/internet-drafts/
> >
> > _______________________________________________
> > ppsp mailing list
> > ppsp@ietf.org
> > https://www.ietf.org/mailman/listinfo/ppsp
>=20
> _______________________________________________
> ppsp mailing list
> ppsp@ietf.org
> https://www.ietf.org/mailman/listinfo/ppsp


From nobody Sun Jan  4 07:49:33 2015
Return-Path: <ron.even.tlv@gmail.com>
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 3BC871A1B1B for <ppsp@ietfa.amsl.com>; Sun,  4 Jan 2015 07:49:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.3
X-Spam-Level: 
X-Spam-Status: No, score=0.3 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, MANGLED_LOAN=2.3, SPF_PASS=-0.001] autolearn=no
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 fi8VyEFg_Sqb for <ppsp@ietfa.amsl.com>; Sun,  4 Jan 2015 07:49:30 -0800 (PST)
Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 504641A1B19 for <ppsp@ietf.org>; Sun,  4 Jan 2015 07:49:30 -0800 (PST)
Received: by mail-wg0-f49.google.com with SMTP id n12so26090136wgh.8 for <ppsp@ietf.org>; Sun, 04 Jan 2015 07:49:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:thread-index :content-language; bh=wmghOgKyjQFfpFBI3VWb+jTQa5xzS4lMAnbhU2b61M0=; b=DixAEZy5O7Ry2IpDdfEoWisbd8Vtb7HgdLnGcFCvgETj+SJTpJ86SlhL10mV3FhM6P UOpMW3dXnoYtmyLqO5zcpkh7Sg7ppA6w7GQKOyvVaK7ilK4SwHxj6LW+ZhBo8HIbN/Oc cwQjiOJFIMbiJYp/Mh0dPxhY70uT/SxWDDqrpplh9gFVSEv+dLWOOm7arIp+muYnzE97 S3/SibdkpztGP9Q8fzGlJePQUZarAWaLYV0sQdhOVIsrLGNXlEfOoBrK+HGDHwe6MyTs +0H2WQmSwWx7FxJVfRP5v0S+kqvEq+cPmGux/8eMX0r1yl1Qco6Cu0JVGFBAUWk4a1qe ksOA==
X-Received: by 10.180.198.52 with SMTP id iz20mr17065223wic.60.1420386569160;  Sun, 04 Jan 2015 07:49:29 -0800 (PST)
Received: from RoniE (bzq-79-179-153-238.red.bezeqint.net. [79.179.153.238]) by mx.google.com with ESMTPSA id vj1sm11605716wjc.49.2015.01.04.07.49.27 for <ppsp@ietf.org> (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 04 Jan 2015 07:49:28 -0800 (PST)
From: "Roni Even" <ron.even.tlv@gmail.com>
To: <ppsp@ietf.org>
References: <20141212013256.7873.77833.idtracker@ietfa.amsl.com>
In-Reply-To: <20141212013256.7873.77833.idtracker@ietfa.amsl.com>
Date: Sun, 4 Jan 2015 17:49:24 +0200
Message-ID: <015501d02836$0501bf50$0f053df0$@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQIKvWZdSV3riAtxE64fCwHdRWSw0Jw68Qog
Content-Language: en-us
Archived-At: http://mailarchive.ietf.org/arch/msg/ppsp/ZAHRF00kVqOeJhOReuPwMK-O68g
Subject: Re: [ppsp] I-D Action: draft-ietf-ppsp-base-tracker-protocol-07.txt
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Sun, 04 Jan 2015 15:49:32 -0000

Hi,
I reviewed this version and have no comments
Regards
Roni

> -----Original Message-----
> From: ppsp [mailto:ppsp-bounces@ietf.org] On Behalf Of internet-
> drafts@ietf.org
> Sent: 12 December, 2014 3:33 AM
> To: i-d-announce@ietf.org
> Cc: ppsp@ietf.org
> Subject: [ppsp] I-D Action: draft-ietf-ppsp-base-tracker-protocol-07.txt
> 
> 
> A New Internet-Draft is available from the on-line Internet-Drafts
directories.
>  This draft is a work item of the Peer to Peer Streaming Protocol Working
> Group of the IETF.
> 
>         Title           : PPSP Tracker Protocol-Base Protocol
(PPSP-TP/1.0)
>         Authors         : Rui Santos Cruz
>                           Mario Serafim Nunes
>                           Gu Yingjie
>                           Jinwei Xia
>                           Rachel Huang
>                           Joao P. Taveira
>                           Deng Lingli
> 	Filename        : draft-ietf-ppsp-base-tracker-protocol-07.txt
> 	Pages           : 56
> 	Date            : 2014-12-11
> 
> Abstract:
>    This document specifies the base Peer-to-Peer Streaming Protocol-
>    Tracker Protocol (PPSP-TP/1.0), an application-layer control
>    (signaling) protocol for the exchange of meta information between
>    trackers and peers.  The specification outlines the architecture of
>    the protocol and its functionality, and describes message flows,
>    message processing instructions, message formats, formal syntax and
>    semantics.  The PPSP Tracker Protocol enables cooperating peers to
>    form content streaming overlay networks to support near real-time
>    Structured Media content delivery (audio, video, associated timed
>    text and metadata), such as adaptive multi-rate, layered (scalable)
>    and multi-view (3D) videos, in live, time-shifted and on-demand
>    modes.
> 
> 
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol/
> 
> There's also a htmlized version available at:
> http://tools.ietf.org/html/draft-ietf-ppsp-base-tracker-protocol-07
> 
> A diff from the previous version is available at:
> http://www.ietf.org/rfcdiff?url2=draft-ietf-ppsp-base-tracker-protocol-07
> 
> 
> Please note that it may take a couple of minutes from the time of
submission
> until the htmlized version and diff are available at tools.ietf.org.
> 
> Internet-Drafts are also available by anonymous FTP at:
> ftp://ftp.ietf.org/internet-drafts/
> 
> _______________________________________________
> ppsp mailing list
> ppsp@ietf.org
> https://www.ietf.org/mailman/listinfo/ppsp


From nobody Sun Jan 11 16:09:29 2015
Return-Path: <zongning@huawei.com>
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 D3A191A8823 for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 16:09:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.21
X-Spam-Level: 
X-Spam-Status: No, score=-104.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] 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 9wnT1cLGit8U for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 16:09:22 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 17BB91A8826 for <ppsp@ietf.org>; Sun, 11 Jan 2015 16:09:21 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml403-hub.china.huawei.com) ([172.18.7.190]) by lhrrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BNV56294; Mon, 12 Jan 2015 00:09:20 +0000 (GMT)
Received: from NKGEML401-HUB.china.huawei.com (10.98.56.32) by lhreml403-hub.china.huawei.com (10.201.5.217) with Microsoft SMTP Server (TLS) id 14.3.158.1; Mon, 12 Jan 2015 00:09:19 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.169]) by nkgeml401-hub.china.huawei.com ([10.98.56.32]) with mapi id 14.03.0158.001; Mon, 12 Jan 2015 08:09:15 +0800
From: Zongning <zongning@huawei.com>
To: ppsp <ppsp@ietf.org>
Thread-Topic: Base tracker protocol
Thread-Index: AdAt+/974mXnImwkSVa9k9d3tZbE7g==
Date: Mon, 12 Jan 2015 00:09:14 +0000
Message-ID: <B0D29E0424F2DE47A0B36779EC6667796622C9F5@nkgeml501-mbs.china.huawei.com>
Accept-Language: en-US, zh-CN
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.140]
Content-Type: multipart/alternative; boundary="_000_B0D29E0424F2DE47A0B36779EC6667796622C9F5nkgeml501mbschi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/X5UdVd4PbwjT_tU4aN7up_maHaw>
Subject: [ppsp] Base tracker protocol
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Mon, 12 Jan 2015 00:09:27 -0000

--_000_B0D29E0424F2DE47A0B36779EC6667796622C9F5nkgeml501mbschi_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Dear co-authors of base tracker protocol,

Could you please submit a new revision incorporating the changes made from =
the recent review comments?
We will then start WGLC after the new revision is available.

Thanks.

-Yunfei & Ning.

--_000_B0D29E0424F2DE47A0B36779EC6667796622C9F5nkgeml501mbschi_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:\5B8B\4F53;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:"\@\5B8B\4F53";
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"blue" vlink=3D"purple" style=3D"text-justify-t=
rim:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Dear co-authors of base tracker=
 protocol,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Could you please submit a new r=
evision incorporating the changes made from the recent review comments?<o:p=
></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">We will then start WGLC after t=
he new revision is available.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thanks.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">-Yunfei &amp; Ning.<o:p></o:p><=
/span></p>
</div>
</body>
</html>

--_000_B0D29E0424F2DE47A0B36779EC6667796622C9F5nkgeml501mbschi_--


From nobody Sun Jan 11 16:38:27 2015
Return-Path: <rachel.huang@huawei.com>
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 F16941A8954 for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 16:38:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level: 
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 r7UCl81XQwQS for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 16:38:17 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 337D41A034F for <ppsp@ietf.org>; Sun, 11 Jan 2015 16:38:17 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml404-hub.china.huawei.com) ([172.18.7.190]) by lhrrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BNV57412; Mon, 12 Jan 2015 00:38:15 +0000 (GMT)
Received: from NKGEML406-HUB.china.huawei.com (10.98.56.37) by lhreml404-hub.china.huawei.com (10.201.5.218) with Microsoft SMTP Server (TLS) id 14.3.158.1; Mon, 12 Jan 2015 00:38:15 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.169]) by nkgeml406-hub.china.huawei.com ([10.98.56.37]) with mapi id 14.03.0158.001; Mon, 12 Jan 2015 08:38:06 +0800
From: "Huangyihong (Rachel)" <rachel.huang@huawei.com>
To: Zongning <zongning@huawei.com>, ppsp <ppsp@ietf.org>
Thread-Topic: Base tracker protocol
Thread-Index: AdAt+/974mXnImwkSVa9k9d3tZbE7gAA/pGw
Date: Mon, 12 Jan 2015 00:38:05 +0000
Message-ID: <51E6A56BD6A85142B9D172C87FC3ABBB862A7106@nkgeml501-mbs.china.huawei.com>
References: <B0D29E0424F2DE47A0B36779EC6667796622C9F5@nkgeml501-mbs.china.huawei.com>
In-Reply-To: <B0D29E0424F2DE47A0B36779EC6667796622C9F5@nkgeml501-mbs.china.huawei.com>
Accept-Language: zh-CN, en-US
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.144]
Content-Type: multipart/alternative; boundary="_000_51E6A56BD6A85142B9D172C87FC3ABBB862A7106nkgeml501mbschi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/KIhItBxAzjEJ_tre7pl9MVcLPik>
Subject: Re: [ppsp] Base tracker protocol
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Mon, 12 Jan 2015 00:38:20 -0000

--_000_51E6A56BD6A85142B9D172C87FC3ABBB862A7106nkgeml501mbschi_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Dear chairs,

We'll do it today.

BR,
Rachel

From: ppsp [mailto:ppsp-bounces@ietf.org] On Behalf Of Zongning
Sent: Monday, January 12, 2015 8:09 AM
To: ppsp
Subject: [ppsp] Base tracker protocol

Dear co-authors of base tracker protocol,

Could you please submit a new revision incorporating the changes made from =
the recent review comments?
We will then start WGLC after the new revision is available.

Thanks.

-Yunfei & Ning.

--_000_51E6A56BD6A85142B9D172C87FC3ABBB862A7106nkgeml501mbschi_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"blue" vlink=3D"purple" style=3D"text-justify-t=
rim:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D">Dear ch=
airs,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D"><o:p>&n=
bsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D">We&#821=
7;ll do it today. <o:p>
</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D"><o:p>&n=
bsp;</o:p></span></p>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D">BR,<o:p=
></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D">Rachel<=
o:p></o:p></span></p>
</div>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D"><o:p>&n=
bsp;</o:p></span></p>
<div style=3D"border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm =
4.0pt">
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm =
0cm 0cm">
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left"><b><span la=
ng=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot=
;sans-serif&quot;">From:</span></b><span lang=3D"EN-US" style=3D"font-size:=
10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> ppsp [mailto=
:ppsp-bounces@ietf.org]
<b>On Behalf Of </b>Zongning<br>
<b>Sent:</b> Monday, January 12, 2015 8:09 AM<br>
<b>To:</b> ppsp<br>
<b>Subject:</b> [ppsp] Base tracker protocol<o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left"><span lang=
=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Dear co-authors of base tracker=
 protocol,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Could you please submit a new r=
evision incorporating the changes made from the recent review comments?<o:p=
></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">We will then start WGLC after t=
he new revision is available.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thanks.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">-Yunfei &amp; Ning.<o:p></o:p><=
/span></p>
</div>
</div>
</body>
</html>

--_000_51E6A56BD6A85142B9D172C87FC3ABBB862A7106nkgeml501mbschi_--


From nobody Sun Jan 11 17:16:06 2015
Return-Path: <rachel.huang@huawei.com>
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 66DBD1A899E for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 17:16:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MANGLED_LOAN=2.3, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 2V0Br4pgKY9y for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 17:16:02 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 272AF1A89B4 for <ppsp@ietf.org>; Sun, 11 Jan 2015 17:16:01 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml403-hub.china.huawei.com) ([172.18.7.190]) by lhrrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BRC65425; Mon, 12 Jan 2015 01:15:59 +0000 (GMT)
Received: from NKGEML401-HUB.china.huawei.com (10.98.56.32) by lhreml403-hub.china.huawei.com (10.201.5.217) with Microsoft SMTP Server (TLS) id 14.3.158.1; Mon, 12 Jan 2015 01:15:57 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.169]) by nkgeml401-hub.china.huawei.com ([10.98.56.32]) with mapi id 14.03.0158.001; Mon, 12 Jan 2015 09:15:54 +0800
From: "Huangyihong (Rachel)" <rachel.huang@huawei.com>
To: ppsp <ppsp@ietf.org>
Thread-Topic: [xrblock] FW: New Version Notification for draft-ietf-ppsp-base-tracker-protocol-08.txt
Thread-Index: AQHQLgVPnPJvc9sdzkmPoscMrY1/dQ==
Date: Mon, 12 Jan 2015 01:15:53 +0000
Message-ID: <51E6A56BD6A85142B9D172C87FC3ABBB862A716B@nkgeml501-mbs.china.huawei.com>
Accept-Language: zh-CN, en-US
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.144]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/xs4DyI7woinomuAyXkijHxwBV3E>
Subject: [ppsp] [xrblock] FW: New Version Notification for draft-ietf-ppsp-base-tracker-protocol-08.txt
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Mon, 12 Jan 2015 01:16:04 -0000

RGVhciBhbGwsDQoNCldlIGp1c3QgdXBsb2FkZWQgYSBuZXcgdmVyc2lvbiBvZiBiYXNlIHRyYWNr
ZXIgcHJvdG9jb2wuIFRoaXMgdmVyc2lvbiBpbmNsdWRlcyBmb2xsb3dpbmcgY2hhbmdlczoNCg0K
MS4gU29sdmVkIHRoZSBKU09OIGdyYW1tYXIgaXNzdWVzLg0KMi4gTWVyZ2Ugc29tZSBzZWN0aW9u
cy4NCjMuIEtlZXAgdGhlIHdob2xlIGRyYWZ0IGNvbnNpc3RlbnQgd2l0aCB0aGUgZGF0YSBzdHJ1
Y3R1cmVzIGRlZmluZWQgaW4gU2VjdGlvbiAzLCBlLmcuLCBleGFtcGxlcyBpbiBzZWN0aW9uIDQu
DQo0LiBBZGQgYSBuZXcgcmVnaXN0cnkgZm9yIFBQU1AgdHJhY2tlciBwcm90b2NvbCB2ZXJzaW9u
Lg0KNS4gQ2hhbmdlIG1lZGlhIHR5cGUgcmVnaXN0cnkgZnJvbSAg4oCcYXBwbGljYXRpb24vcHBz
cCtqc29u4oCdIHRvIOKAnGFwcGxpY2F0aW9uL3Bwc3B0cmFja2VyK2pzb27igJ0uDQo2LiBBZGRy
ZXNzIHRoZSBjb21tZW50cyBmcm9tIG1haWxpbmcgbGlzdC4NCg0KWW91IHJldmlldyBhbmQgY29t
bWVudHMgYXJlIGhpZ2ggYXBwcmVjaWF0ZWQuDQoNCkJSLA0KUmFjaGVsDQoNCg0KLS0tLS1Pcmln
aW5hbCBNZXNzYWdlLS0tLS0NCkZyb206IGludGVybmV0LWRyYWZ0c0BpZXRmLm9yZyBbbWFpbHRv
OmludGVybmV0LWRyYWZ0c0BpZXRmLm9yZ10gDQpTZW50OiBNb25kYXksIEphbnVhcnkgMTIsIDIw
MTUgOTowNSBBTQ0KVG86IERlbmcgTGluZ2xpOyBNYXJpbyBTZXJhIE51bmVzOyBNYXJpbyBTZXJh
ZmltIE51bmVzOyBSdWkgU2FudG9zIENydXo7IFJ1aSBTYW50IENydXo7IEh1YW5neWlob25nIChS
YWNoZWwpOyBEZW5nIExpbmdsaTsgR3UgWWluZ2ppZTsgWGlhamlud2VpOyBHdSBZaW5namllOyBY
aWFqaW53ZWk7IEpvYW8gUC4gVGF2ZWlyYTsgSHVhbmd5aWhvbmcgKFJhY2hlbCk7IEpvYW8gUC4g
VGF2ZWlyYQ0KU3ViamVjdDogTmV3IFZlcnNpb24gTm90aWZpY2F0aW9uIGZvciBkcmFmdC1pZXRm
LXBwc3AtYmFzZS10cmFja2VyLXByb3RvY29sLTA4LnR4dA0KDQoNCkEgbmV3IHZlcnNpb24gb2Yg
SS1ELCBkcmFmdC1pZXRmLXBwc3AtYmFzZS10cmFja2VyLXByb3RvY29sLTA4LnR4dA0KaGFzIGJl
ZW4gc3VjY2Vzc2Z1bGx5IHN1Ym1pdHRlZCBieSBSYWNoZWwgSHVhbmcgYW5kIHBvc3RlZCB0byB0
aGUgSUVURiByZXBvc2l0b3J5Lg0KDQpOYW1lOgkJZHJhZnQtaWV0Zi1wcHNwLWJhc2UtdHJhY2tl
ci1wcm90b2NvbA0KUmV2aXNpb246CTA4DQpUaXRsZToJCVBQU1AgVHJhY2tlciBQcm90b2NvbC1C
YXNlIFByb3RvY29sIChQUFNQLVRQLzEuMCkNCkRvY3VtZW50IGRhdGU6CTIwMTUtMDEtMDgNCkdy
b3VwOgkJcHBzcA0KUGFnZXM6CQk1Mg0KVVJMOiAgICAgICAgICAgIGh0dHA6Ly93d3cuaWV0Zi5v
cmcvaW50ZXJuZXQtZHJhZnRzL2RyYWZ0LWlldGYtcHBzcC1iYXNlLXRyYWNrZXItcHJvdG9jb2wt
MDgudHh0DQpTdGF0dXM6ICAgICAgICAgaHR0cHM6Ly9kYXRhdHJhY2tlci5pZXRmLm9yZy9kb2Mv
ZHJhZnQtaWV0Zi1wcHNwLWJhc2UtdHJhY2tlci1wcm90b2NvbC8NCkh0bWxpemVkOiAgICAgICBo
dHRwOi8vdG9vbHMuaWV0Zi5vcmcvaHRtbC9kcmFmdC1pZXRmLXBwc3AtYmFzZS10cmFja2VyLXBy
b3RvY29sLTA4DQpEaWZmOiAgICAgICAgICAgaHR0cDovL3d3dy5pZXRmLm9yZy9yZmNkaWZmP3Vy
bDI9ZHJhZnQtaWV0Zi1wcHNwLWJhc2UtdHJhY2tlci1wcm90b2NvbC0wOA0KDQpBYnN0cmFjdDoN
CiAgIFRoaXMgZG9jdW1lbnQgc3BlY2lmaWVzIHRoZSBiYXNlIFBlZXItdG8tUGVlciBTdHJlYW1p
bmcgUHJvdG9jb2wtDQogICBUcmFja2VyIFByb3RvY29sIChQUFNQLVRQLzEuMCksIGFuIGFwcGxp
Y2F0aW9uLWxheWVyIGNvbnRyb2wNCiAgIChzaWduYWxpbmcpIHByb3RvY29sIGZvciB0aGUgZXhj
aGFuZ2Ugb2YgbWV0YSBpbmZvcm1hdGlvbiBiZXR3ZWVuDQogICB0cmFja2VycyBhbmQgcGVlcnMu
ICBUaGUgc3BlY2lmaWNhdGlvbiBvdXRsaW5lcyB0aGUgYXJjaGl0ZWN0dXJlIG9mDQogICB0aGUg
cHJvdG9jb2wgYW5kIGl0cyBmdW5jdGlvbmFsaXR5LCBhbmQgZGVzY3JpYmVzIG1lc3NhZ2UgZmxv
d3MsDQogICBtZXNzYWdlIHByb2Nlc3NpbmcgaW5zdHJ1Y3Rpb25zLCBtZXNzYWdlIGZvcm1hdHMs
IGZvcm1hbCBzeW50YXggYW5kDQogICBzZW1hbnRpY3MuICBUaGUgUFBTUCBUcmFja2VyIFByb3Rv
Y29sIGVuYWJsZXMgY29vcGVyYXRpbmcgcGVlcnMgdG8NCiAgIGZvcm0gY29udGVudCBzdHJlYW1p
bmcgb3ZlcmxheSBuZXR3b3JrcyB0byBzdXBwb3J0IG5lYXIgcmVhbC10aW1lDQogICBTdHJ1Y3R1
cmVkIE1lZGlhIGNvbnRlbnQgZGVsaXZlcnkgKGF1ZGlvLCB2aWRlbywgYXNzb2NpYXRlZCB0aW1l
ZA0KICAgdGV4dCBhbmQgbWV0YWRhdGEpLCBzdWNoIGFzIGFkYXB0aXZlIG11bHRpLXJhdGUsIGxh
eWVyZWQgKHNjYWxhYmxlKQ0KICAgYW5kIG11bHRpLXZpZXcgKDNEKSB2aWRlb3MsIGluIGxpdmUs
IHRpbWUtc2hpZnRlZCBhbmQgb24tZGVtYW5kDQogICBtb2Rlcy4NCg0KICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIA0KDQoNClBsZWFzZSBub3RlIHRoYXQgaXQgbWF5IHRha2UgYSBjb3VwbGUgb2Yg
bWludXRlcyBmcm9tIHRoZSB0aW1lIG9mIHN1Ym1pc3Npb24gdW50aWwgdGhlIGh0bWxpemVkIHZl
cnNpb24gYW5kIGRpZmYgYXJlIGF2YWlsYWJsZSBhdCB0b29scy5pZXRmLm9yZy4NCg0KVGhlIElF
VEYgU2VjcmV0YXJpYXQNCg0K


From nobody Sun Jan 11 17:46:38 2015
Return-Path: <rachel.huang@huawei.com>
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 01A2A1A1B29 for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 17:46:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MANGLED_LOAN=2.3, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 WGwayXd49HHC for <ppsp@ietfa.amsl.com>; Sun, 11 Jan 2015 17:46:35 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8EB061A1A9B for <ppsp@ietf.org>; Sun, 11 Jan 2015 17:46:34 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml401-hub.china.huawei.com) ([172.18.7.190]) by lhrrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BRC66991; Mon, 12 Jan 2015 01:46:33 +0000 (GMT)
Received: from NKGEML402-HUB.china.huawei.com (10.98.56.33) by lhreml401-hub.china.huawei.com (10.201.5.240) with Microsoft SMTP Server (TLS) id 14.3.158.1; Mon, 12 Jan 2015 01:46:32 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.169]) by nkgeml402-hub.china.huawei.com ([10.98.56.33]) with mapi id 14.03.0158.001; Mon, 12 Jan 2015 09:46:26 +0800
From: "Huangyihong (Rachel)" <rachel.huang@huawei.com>
To: ppsp <ppsp@ietf.org>
Thread-Topic: [ppsp] FW: FW: New Version Notification for draft-ietf-ppsp-base-tracker-protocol-08.txt
Thread-Index: AQHQLgmT6+ijoF6q2UqDP5/W1+0Cng==
Date: Mon, 12 Jan 2015 01:46:25 +0000
Message-ID: <51E6A56BD6A85142B9D172C87FC3ABBB862A719E@nkgeml501-mbs.china.huawei.com>
Accept-Language: zh-CN, en-US
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.144]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/ud2FFLidO7bynqwOImTPFd3SCkU>
Subject: [ppsp] FW: FW: New Version Notification for draft-ietf-ppsp-base-tracker-protocol-08.txt
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Mon, 12 Jan 2015 01:46:37 -0000

T29wcywgYWRkZWQgdGhlIHdyb25nIHByZWZpeC4gRml4ZWQgbm93Lg0KDQpCUiwNClJhY2hlbA0K
DQoNCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tDQpGcm9tOiBwcHNwIFttYWlsdG86cHBzcC1i
b3VuY2VzQGlldGYub3JnXSBPbiBCZWhhbGYgT2YgSHVhbmd5aWhvbmcgKFJhY2hlbCkNClNlbnQ6
IE1vbmRheSwgSmFudWFyeSAxMiwgMjAxNSA5OjE2IEFNDQpUbzogcHBzcA0KU3ViamVjdDogW3Bw
c3BdIFt4cmJsb2NrXSBGVzogTmV3IFZlcnNpb24gTm90aWZpY2F0aW9uIGZvciBkcmFmdC1pZXRm
LXBwc3AtYmFzZS10cmFja2VyLXByb3RvY29sLTA4LnR4dA0KDQpEZWFyIGFsbCwNCg0KV2UganVz
dCB1cGxvYWRlZCBhIG5ldyB2ZXJzaW9uIG9mIGJhc2UgdHJhY2tlciBwcm90b2NvbC4gVGhpcyB2
ZXJzaW9uIGluY2x1ZGVzIGZvbGxvd2luZyBjaGFuZ2VzOg0KDQoxLiBTb2x2ZWQgdGhlIEpTT04g
Z3JhbW1hciBpc3N1ZXMuDQoyLiBNZXJnZSBzb21lIHNlY3Rpb25zLg0KMy4gS2VlcCB0aGUgd2hv
bGUgZHJhZnQgY29uc2lzdGVudCB3aXRoIHRoZSBkYXRhIHN0cnVjdHVyZXMgZGVmaW5lZCBpbiBT
ZWN0aW9uIDMsIGUuZy4sIGV4YW1wbGVzIGluIHNlY3Rpb24gNC4NCjQuIEFkZCBhIG5ldyByZWdp
c3RyeSBmb3IgUFBTUCB0cmFja2VyIHByb3RvY29sIHZlcnNpb24uDQo1LiBDaGFuZ2UgbWVkaWEg
dHlwZSByZWdpc3RyeSBmcm9tICDigJxhcHBsaWNhdGlvbi9wcHNwK2pzb27igJ0gdG8g4oCcYXBw
bGljYXRpb24vcHBzcHRyYWNrZXIranNvbuKAnS4NCjYuIEFkZHJlc3MgdGhlIGNvbW1lbnRzIGZy
b20gbWFpbGluZyBsaXN0Lg0KDQpZb3UgcmV2aWV3IGFuZCBjb21tZW50cyBhcmUgaGlnaCBhcHBy
ZWNpYXRlZC4NCg0KQlIsDQpSYWNoZWwNCg0KDQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0K
RnJvbTogaW50ZXJuZXQtZHJhZnRzQGlldGYub3JnIFttYWlsdG86aW50ZXJuZXQtZHJhZnRzQGll
dGYub3JnXSANClNlbnQ6IE1vbmRheSwgSmFudWFyeSAxMiwgMjAxNSA5OjA1IEFNDQpUbzogRGVu
ZyBMaW5nbGk7IE1hcmlvIFNlcmEgTnVuZXM7IE1hcmlvIFNlcmFmaW0gTnVuZXM7IFJ1aSBTYW50
b3MgQ3J1ejsgUnVpIFNhbnQgQ3J1ejsgSHVhbmd5aWhvbmcgKFJhY2hlbCk7IERlbmcgTGluZ2xp
OyBHdSBZaW5namllOyBYaWFqaW53ZWk7IEd1IFlpbmdqaWU7IFhpYWppbndlaTsgSm9hbyBQLiBU
YXZlaXJhOyBIdWFuZ3lpaG9uZyAoUmFjaGVsKTsgSm9hbyBQLiBUYXZlaXJhDQpTdWJqZWN0OiBO
ZXcgVmVyc2lvbiBOb3RpZmljYXRpb24gZm9yIGRyYWZ0LWlldGYtcHBzcC1iYXNlLXRyYWNrZXIt
cHJvdG9jb2wtMDgudHh0DQoNCg0KQSBuZXcgdmVyc2lvbiBvZiBJLUQsIGRyYWZ0LWlldGYtcHBz
cC1iYXNlLXRyYWNrZXItcHJvdG9jb2wtMDgudHh0DQpoYXMgYmVlbiBzdWNjZXNzZnVsbHkgc3Vi
bWl0dGVkIGJ5IFJhY2hlbCBIdWFuZyBhbmQgcG9zdGVkIHRvIHRoZSBJRVRGIHJlcG9zaXRvcnku
DQoNCk5hbWU6CQlkcmFmdC1pZXRmLXBwc3AtYmFzZS10cmFja2VyLXByb3RvY29sDQpSZXZpc2lv
bjoJMDgNClRpdGxlOgkJUFBTUCBUcmFja2VyIFByb3RvY29sLUJhc2UgUHJvdG9jb2wgKFBQU1At
VFAvMS4wKQ0KRG9jdW1lbnQgZGF0ZToJMjAxNS0wMS0wOA0KR3JvdXA6CQlwcHNwDQpQYWdlczoJ
CTUyDQpVUkw6ICAgICAgICAgICAgaHR0cDovL3d3dy5pZXRmLm9yZy9pbnRlcm5ldC1kcmFmdHMv
ZHJhZnQtaWV0Zi1wcHNwLWJhc2UtdHJhY2tlci1wcm90b2NvbC0wOC50eHQNClN0YXR1czogICAg
ICAgICBodHRwczovL2RhdGF0cmFja2VyLmlldGYub3JnL2RvYy9kcmFmdC1pZXRmLXBwc3AtYmFz
ZS10cmFja2VyLXByb3RvY29sLw0KSHRtbGl6ZWQ6ICAgICAgIGh0dHA6Ly90b29scy5pZXRmLm9y
Zy9odG1sL2RyYWZ0LWlldGYtcHBzcC1iYXNlLXRyYWNrZXItcHJvdG9jb2wtMDgNCkRpZmY6ICAg
ICAgICAgICBodHRwOi8vd3d3LmlldGYub3JnL3JmY2RpZmY/dXJsMj1kcmFmdC1pZXRmLXBwc3At
YmFzZS10cmFja2VyLXByb3RvY29sLTA4DQoNCkFic3RyYWN0Og0KICAgVGhpcyBkb2N1bWVudCBz
cGVjaWZpZXMgdGhlIGJhc2UgUGVlci10by1QZWVyIFN0cmVhbWluZyBQcm90b2NvbC0NCiAgIFRy
YWNrZXIgUHJvdG9jb2wgKFBQU1AtVFAvMS4wKSwgYW4gYXBwbGljYXRpb24tbGF5ZXIgY29udHJv
bA0KICAgKHNpZ25hbGluZykgcHJvdG9jb2wgZm9yIHRoZSBleGNoYW5nZSBvZiBtZXRhIGluZm9y
bWF0aW9uIGJldHdlZW4NCiAgIHRyYWNrZXJzIGFuZCBwZWVycy4gIFRoZSBzcGVjaWZpY2F0aW9u
IG91dGxpbmVzIHRoZSBhcmNoaXRlY3R1cmUgb2YNCiAgIHRoZSBwcm90b2NvbCBhbmQgaXRzIGZ1
bmN0aW9uYWxpdHksIGFuZCBkZXNjcmliZXMgbWVzc2FnZSBmbG93cywNCiAgIG1lc3NhZ2UgcHJv
Y2Vzc2luZyBpbnN0cnVjdGlvbnMsIG1lc3NhZ2UgZm9ybWF0cywgZm9ybWFsIHN5bnRheCBhbmQN
CiAgIHNlbWFudGljcy4gIFRoZSBQUFNQIFRyYWNrZXIgUHJvdG9jb2wgZW5hYmxlcyBjb29wZXJh
dGluZyBwZWVycyB0bw0KICAgZm9ybSBjb250ZW50IHN0cmVhbWluZyBvdmVybGF5IG5ldHdvcmtz
IHRvIHN1cHBvcnQgbmVhciByZWFsLXRpbWUNCiAgIFN0cnVjdHVyZWQgTWVkaWEgY29udGVudCBk
ZWxpdmVyeSAoYXVkaW8sIHZpZGVvLCBhc3NvY2lhdGVkIHRpbWVkDQogICB0ZXh0IGFuZCBtZXRh
ZGF0YSksIHN1Y2ggYXMgYWRhcHRpdmUgbXVsdGktcmF0ZSwgbGF5ZXJlZCAoc2NhbGFibGUpDQog
ICBhbmQgbXVsdGktdmlldyAoM0QpIHZpZGVvcywgaW4gbGl2ZSwgdGltZS1zaGlmdGVkIGFuZCBv
bi1kZW1hbmQNCiAgIG1vZGVzLg0KDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQoNCg0KUGxl
YXNlIG5vdGUgdGhhdCBpdCBtYXkgdGFrZSBhIGNvdXBsZSBvZiBtaW51dGVzIGZyb20gdGhlIHRp
bWUgb2Ygc3VibWlzc2lvbiB1bnRpbCB0aGUgaHRtbGl6ZWQgdmVyc2lvbiBhbmQgZGlmZiBhcmUg
YXZhaWxhYmxlIGF0IHRvb2xzLmlldGYub3JnLg0KDQpUaGUgSUVURiBTZWNyZXRhcmlhdA0KDQpf
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KcHBzcCBtYWls
aW5nIGxpc3QNCnBwc3BAaWV0Zi5vcmcNCmh0dHBzOi8vd3d3LmlldGYub3JnL21haWxtYW4vbGlz
dGluZm8vcHBzcA0K


From nobody Sun Jan 11 20:52:30 2015
Return-Path: <internet-drafts@ietf.org>
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 346F51A89EF; Sun, 11 Jan 2015 17:05:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.4
X-Spam-Level: 
X-Spam-Status: No, score=0.4 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MANGLED_LOAN=2.3] autolearn=no
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 GKOgByd0pqcr; Sun, 11 Jan 2015 17:05:06 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 1A59A1A89B8; Sun, 11 Jan 2015 17:05:06 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: i-d-announce@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 5.10.0.p8
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20150112010506.5956.20376.idtracker@ietfa.amsl.com>
Date: Sun, 11 Jan 2015 17:05:06 -0800
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/3DC_9eGUxQuUa8n-W3SbJGKmgGE>
X-Mailman-Approved-At: Sun, 11 Jan 2015 20:52:25 -0800
Cc: ppsp@ietf.org
Subject: [ppsp] I-D Action: draft-ietf-ppsp-base-tracker-protocol-08.txt
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: Mon, 12 Jan 2015 01:05:09 -0000

A New Internet-Draft is available from the on-line Internet-Drafts directories.
 This draft is a work item of the Peer to Peer Streaming Protocol Working Group of the IETF.

        Title           : PPSP Tracker Protocol-Base Protocol (PPSP-TP/1.0)
        Authors         : Rui Santos Cruz
                          Mario Serafim Nunes
                          Gu Yingjie
                          Jinwei Xia
                          Rachel Huang
                          Joao P. Taveira
                          Deng Lingli
	Filename        : draft-ietf-ppsp-base-tracker-protocol-08.txt
	Pages           : 52
	Date            : 2015-01-11

Abstract:
   This document specifies the base Peer-to-Peer Streaming Protocol-
   Tracker Protocol (PPSP-TP/1.0), an application-layer control
   (signaling) protocol for the exchange of meta information between
   trackers and peers.  The specification outlines the architecture of
   the protocol and its functionality, and describes message flows,
   message processing instructions, message formats, formal syntax and
   semantics.  The PPSP Tracker Protocol enables cooperating peers to
   form content streaming overlay networks to support near real-time
   Structured Media content delivery (audio, video, associated timed
   text and metadata), such as adaptive multi-rate, layered (scalable)
   and multi-view (3D) videos, in live, time-shifted and on-demand
   modes.


The IETF datatracker status page for this draft is:
https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol/

There's also a htmlized version available at:
http://tools.ietf.org/html/draft-ietf-ppsp-base-tracker-protocol-08

A diff from the previous version is available at:
http://www.ietf.org/rfcdiff?url2=draft-ietf-ppsp-base-tracker-protocol-08


Please note that it may take a couple of minutes from the time of submission
until the htmlized version and diff are available at tools.ietf.org.

Internet-Drafts are also available by anonymous FTP at:
ftp://ftp.ietf.org/internet-drafts/


From nobody Mon Jan 12 22:11:09 2015
Return-Path: <zongning@huawei.com>
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 D9FD81A1BB7 for <ppsp@ietfa.amsl.com>; Mon, 12 Jan 2015 22:11:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.21
X-Spam-Level: 
X-Spam-Status: No, score=-104.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] 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 gPBCONLLy3tX for <ppsp@ietfa.amsl.com>; Mon, 12 Jan 2015 22:11:04 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 848951A89EB for <ppsp@ietf.org>; Mon, 12 Jan 2015 22:11:03 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml403-hub.china.huawei.com) ([172.18.7.190]) by lhrrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BNW85638; Tue, 13 Jan 2015 06:11:01 +0000 (GMT)
Received: from nkgeml407-hub.china.huawei.com (10.98.56.38) by lhreml403-hub.china.huawei.com (10.201.5.217) with Microsoft SMTP Server (TLS) id 14.3.158.1; Tue, 13 Jan 2015 06:11:01 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.169]) by nkgeml407-hub.china.huawei.com ([10.98.56.38]) with mapi id 14.03.0158.001; Tue, 13 Jan 2015 14:10:55 +0800
From: Zongning <zongning@huawei.com>
To: "ppsp@ietf.org" <ppsp@ietf.org>
Thread-Topic: WGLC for base tracker protocol
Thread-Index: AdAu973CynZRpc+0Tf+d2cnwAj7OSg==
Date: Tue, 13 Jan 2015 06:10:54 +0000
Message-ID: <B0D29E0424F2DE47A0B36779EC6667796622CDF1@nkgeml501-mbs.china.huawei.com>
Accept-Language: en-US, zh-CN
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.45.4.155]
Content-Type: multipart/alternative; boundary="_000_B0D29E0424F2DE47A0B36779EC6667796622CDF1nkgeml501mbschi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/SOvK3HTEP9-zOiBue3fVlroKrwE>
Cc: "hishigh@sina.com" <hishigh@sina.com>
Subject: [ppsp] WGLC for base tracker protocol
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Tue, 13 Jan 2015 06:11:06 -0000

--_000_B0D29E0424F2DE47A0B36779EC6667796622CDF1nkgeml501mbschi_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi, all,

We start a WG last call for the latest(-08) version of base tracker protoco=
l https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol.
The last call will last for about 2 weeks from today (13th). Your further r=
eview on this draft are highly appreciated.

Thanks.

Yunfei & Ning.

--_000_B0D29E0424F2DE47A0B36779EC6667796622CDF1nkgeml501mbschi_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:\5B8B\4F53;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:"\@\5B8B\4F53";
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"blue" vlink=3D"purple" style=3D"text-justify-t=
rim:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi, all,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">We start a WG last call for the=
 latest(-08) version of base tracker protocol
<a href=3D"https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-pr=
otocol">
https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol</a>.=
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">The last call will last for abo=
ut 2 weeks from today (13<sup>th</sup>). Your further review on this draft =
are highly appreciated.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thanks.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Yunfei &amp; Ning.<o:p></o:p></=
span></p>
</div>
</body>
</html>

--_000_B0D29E0424F2DE47A0B36779EC6667796622CDF1nkgeml501mbschi_--


From nobody Wed Jan 21 04:11:26 2015
Return-Path: <jjrlucas@gmail.com>
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 442D91A1A1C for <ppsp@ietfa.amsl.com>; Wed, 21 Jan 2015 04:11:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.9
X-Spam-Level: 
X-Spam-Status: No, score=0.9 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=1, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=no
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 D0JKlQF_JN7Q for <ppsp@ietfa.amsl.com>; Wed, 21 Jan 2015 04:11:18 -0800 (PST)
Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB38C1A1A1B for <ppsp@ietf.org>; Wed, 21 Jan 2015 04:11:17 -0800 (PST)
Received: by mail-ig0-f173.google.com with SMTP id a13so22032892igq.0 for <ppsp@ietf.org>; Wed, 21 Jan 2015 04:11:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:date:message-id:subject:from:to:cc:content-type;  bh=enVl0z8GVSKt7wKjKCCBEH8d1cxQGqtN4N9hnKpsm7s=; b=GHgmIJMSFLByUtBoDitE4wh55omRx/eqg5blEIkpYRMXH8MrvyJ+YNyveDuh+j8mPP GvUb2SfblnCDj7cU8FTSqdijbPrRUjQREtpKTui2h7wY5ekHIhU851dzukMJKaxeF4ih xrQTkIE6NaeSBKEBrAaNDAJBbb4XqSJ/33HG3nmloWG4lg4Kknq4oKehuTSrIk1S99c3 EQbxNOpko27X/ReSu2HwEVl33LK1sctXdWcnB6KfA3WknzeNqEYrlVuglFUvt7kOIAdn ntzoSchNaf/PyfCS6CMal2sjOwXwad7iIBeV7h/IQ56xWRBVDP6nJMaZLEBKvgux5NQE a2yw==
MIME-Version: 1.0
X-Received: by 10.50.66.131 with SMTP id f3mr33831047igt.17.1421842277039; Wed, 21 Jan 2015 04:11:17 -0800 (PST)
Received: by 10.36.45.1 with HTTP; Wed, 21 Jan 2015 04:11:16 -0800 (PST)
Date: Wed, 21 Jan 2015 12:11:16 +0000
Message-ID: <CAH8pKDxXBQioKkEK6JCjkgX7usA5AzPzRzGPrjytThuFhZ=HNg@mail.gmail.com>
From: Lucas <jjrlucas@gmail.com>
To: ppsp@ietf.org
Content-Type: multipart/alternative; boundary=047d7bdc07a2d981e1050d287340
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/ZV1Z9JIGdrPlgPklz9nXy6QBrnU>
Cc: hishigh@sina.com
Subject: [ppsp]  WGLC for base tracker protocol
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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, 21 Jan 2015 12:11:19 -0000

--047d7bdc07a2d981e1050d287340
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,

I reviewed this version and have no comments. In general it looks OK.

Regards
Jos=C3=A9 Lucas
---------------------------------------------------------------------------=
-------------------------------

*From: *Zongning <zongning@huawei.com>
*To: *"ppsp@ietf.org" <ppsp@ietf.org>
*Date: *13 Jan 2015 06:10:54 WET
*Cc: *"hishigh@sina.com" <hishigh@sina.com>
*Subject: **[ppsp] WGLC for base tracker protocol*

Hi, all,

We start a WG last call for the latest(-08) version of base tracker
protocol
https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol.
The last call will last for about 2 weeks from today (13th). Your further
review on this draft are highly appreciated.

Thanks.

Yunfei & Ning.
_______________________________________________
ppsp mailing list
ppsp@ietf.org
https://www.ietf.org/mailman/listinfo/ppsp

--047d7bdc07a2d981e1050d287340
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi,</div><div><br></div><div><div>I reviewed this ver=
sion and have no comments. In general it looks OK.</div><div><br></div><div=
>Regards</div></div><div>Jos=C3=A9 Lucas</div><div>------------------------=
---------------------------------------------------------------------------=
-------</div><div><blockquote type=3D"cite" style=3D"font-size:13px"><div s=
tyle=3D"margin:0px"><span style=3D"font-family:-webkit-system-font,&#39;Hel=
vetica Neue&#39;,Helvetica,sans-serif"><b>From:=C2=A0</b></span><span style=
=3D"font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans=
-serif">Zongning &lt;<a href=3D"mailto:zongning@huawei.com" target=3D"_blan=
k">zongning@huawei.com</a>&gt;<br></span></div><div style=3D"margin:0px"><s=
pan style=3D"font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helve=
tica,sans-serif"><b>To:=C2=A0</b></span><span style=3D"font-family:-webkit-=
system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif">&quot;<a href=3D=
"mailto:ppsp@ietf.org" target=3D"_blank">ppsp@ietf.org</a>&quot; &lt;<a hre=
f=3D"mailto:ppsp@ietf.org" target=3D"_blank">ppsp@ietf.org</a>&gt;<br></spa=
n></div><div style=3D"margin:0px"><span style=3D"font-family:-webkit-system=
-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b>Date:=C2=A0</b></sp=
an><span style=3D"font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,=
Helvetica,sans-serif">13 Jan 2015 06:10:54 WET<br></span></div><div style=
=3D"margin:0px"><span style=3D"font-family:-webkit-system-font,&#39;Helveti=
ca Neue&#39;,Helvetica,sans-serif"><b>Cc:=C2=A0</b></span><span style=3D"fo=
nt-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif=
">&quot;<a href=3D"mailto:hishigh@sina.com" target=3D"_blank">hishigh@sina.=
com</a>&quot; &lt;<a href=3D"mailto:hishigh@sina.com" target=3D"_blank">his=
high@sina.com</a>&gt;<br></span></div><div style=3D"margin:0px"><span style=
=3D"font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans=
-serif"><b>Subject:=C2=A0</b></span><span style=3D"font-family:-webkit-syst=
em-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b>[ppsp] WGLC for b=
ase tracker protocol</b><br></span></div><br><div><div style=3D"font-family=
:Helvetica;font-size:14px"><div style=3D"margin:0cm 0cm 0.0001pt;text-align=
:justify;font-size:10.5pt;font-family:Calibri,sans-serif"><span lang=3D"EN-=
US">Hi, all,<u></u><u></u></span></div><div style=3D"margin:0cm 0cm 0.0001p=
t;text-align:justify;font-size:10.5pt;font-family:Calibri,sans-serif"><span=
 lang=3D"EN-US">=C2=A0</span></div><div style=3D"margin:0cm 0cm 0.0001pt;te=
xt-align:justify;font-size:10.5pt;font-family:Calibri,sans-serif"><span lan=
g=3D"EN-US">We start a WG last call for the latest(-08) version of base tra=
cker protocol=C2=A0<a href=3D"https://datatracker.ietf.org/doc/draft-ietf-p=
psp-base-tracker-protocol" target=3D"_blank" style=3D"color:purple">https:/=
/datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol</a>.<u></u>=
<u></u></span></div><div style=3D"margin:0cm 0cm 0.0001pt;text-align:justif=
y;font-size:10.5pt;font-family:Calibri,sans-serif"><span lang=3D"EN-US">The=
 last call will last for about 2 weeks from today (13<sup>th</sup>). Your f=
urther review on this draft are highly appreciated.<u></u><u></u></span></d=
iv><div style=3D"margin:0cm 0cm 0.0001pt;text-align:justify;font-size:10.5p=
t;font-family:Calibri,sans-serif"><span lang=3D"EN-US">=C2=A0</span></div><=
div style=3D"margin:0cm 0cm 0.0001pt;text-align:justify;font-size:10.5pt;fo=
nt-family:Calibri,sans-serif"><span lang=3D"EN-US">Thanks.<u></u><u></u></s=
pan></div><div style=3D"margin:0cm 0cm 0.0001pt;text-align:justify;font-siz=
e:10.5pt;font-family:Calibri,sans-serif"><span lang=3D"EN-US">=C2=A0</span>=
</div><div style=3D"margin:0cm 0cm 0.0001pt;text-align:justify;font-size:10=
.5pt;font-family:Calibri,sans-serif"><span lang=3D"EN-US">Yunfei &amp; Ning=
.<u></u><u></u></span></div></div><span style=3D"font-family:Helvetica;font=
-size:14px">_______________________________________________</span><br style=
=3D"font-family:Helvetica;font-size:14px"><span style=3D"font-family:Helvet=
ica;font-size:14px">ppsp mailing list</span><br style=3D"font-family:Helvet=
ica;font-size:14px"><a href=3D"mailto:ppsp@ietf.org" target=3D"_blank" styl=
e=3D"color:purple;font-family:Helvetica;font-size:14px">ppsp@ietf.org</a><b=
r style=3D"font-family:Helvetica;font-size:14px"><a href=3D"https://www.iet=
f.org/mailman/listinfo/ppsp" target=3D"_blank" style=3D"color:purple;font-f=
amily:Helvetica;font-size:14px">https://www.ietf.org/mailman/listinfo/ppsp<=
/a></div></blockquote></div></div>

--047d7bdc07a2d981e1050d287340--


From nobody Thu Jan 22 18:49:27 2015
Return-Path: <13120174@bjtu.edu.cn>
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 3B14B1B2BC5 for <ppsp@ietfa.amsl.com>; Thu, 22 Jan 2015 18:49:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 3.578
X-Spam-Level: ***
X-Spam-Status: No, score=3.578 tagged_above=-999 required=5 tests=[BAYES_50=0.8, CN_BODY_35=0.339, HTML_MESSAGE=0.001, MIME_CHARSET_FARAWAY=2.45, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no
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 qUkGfQXYydfV for <ppsp@ietfa.amsl.com>; Thu, 22 Jan 2015 18:49:23 -0800 (PST)
Received: from bjtu.edu.cn (mail.bjtu.edu.cn [218.249.29.198]) by ietfa.amsl.com (Postfix) with ESMTP id 88C211B2BB0 for <ppsp@ietf.org>; Thu, 22 Jan 2015 18:49:21 -0800 (PST)
Received: by ajax-webmail-Jdweb2 (Coremail) ; Fri, 23 Jan 2015 10:51:55 +0800 (GMT+08:00)
Date: Fri, 23 Jan 2015 10:51:55 +0800 (GMT+08:00)
From: "Mi Zhang" <13120174@bjtu.edu.cn>
To: ppsp@ietf.org
Message-ID: <2734903e.2b43.14b14b3fe67.Coremail.13120174@bjtu.edu.cn>
In-Reply-To: <B0D29E0424F2DE47A0B36779EC6667796622CDF1@nkgeml501-mbs.china.huawei.com>
References: <B0D29E0424F2DE47A0B36779EC6667796622CDF1@nkgeml501-mbs.china.huawei.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;  boundary="----=_Part_39836_486634755.1421981515365"
X-Originating-IP: [211.71.67.158]
X-Priority: 3
X-Mailer: Coremail Webmail Server Version XT2.1.11 dev build 20140513(27092.6055.6128) Copyright (c) 2002-2015 www.mailtech.cn bjtu
X-SendMailWithSms: false
X-CM-TRANSID: M55wygD3qBFLt8FUWqcfAA--.11608W
X-CM-SenderInfo: artrjiarxuquxmwxhvlgxou0/1tbiAgUSB1Ryp2OXuwAAsc
X-Coremail-Antispam: 1Ur529EdanIXcx71UUUUU7IcSsGvfJ3iIAIbVAYjsxI4VWUJw CS07vEb4IE77IF4wCS07vE1I0E4x80FVAKz4kxMIAIbVAFxVCaYxvI4VCIwcAKzIAtYxBI daVFxhVjvjDU=
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/RLI5cUsu3TaGEbCYhoQg-oSdN0o>
Cc: hishigh@sina.com
Subject: Re: [ppsp] WGLC for base tracker protocol
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Fri, 23 Jan 2015 02:49:25 -0000

------=_Part_39836_486634755.1421981515365
Content-Type: text/plain; charset=GBK
Content-Transfer-Encoding: base64

CkhpLAoKCkkgaGF2ZSByZXZpZXdlZCB0aGUgbGF0ZXN0KC0wOCkgdmVyc2lvbiBhbmQgaGF2ZSBu
byBjb21tZW50cy4KCgoKCgpCUiwKTWkKCi0tLS0t1K3KvNPKvP4tLS0tLQq3orz+yMs6IFpvbmdu
aW5nIDx6b25nbmluZ0BodWF3ZWkuY29tPgq3osvNyrG85DogMjAxNcTqMdTCMTPI1SDQx8batv4K
ytW8/sjLOiAicHBzcEBpZXRmLm9yZyIgPHBwc3BAaWV0Zi5vcmc+CrOty806ICJoaXNoaWdoQHNp
bmEuY29tIiA8aGlzaGlnaEBzaW5hLmNvbT4K1vfM4jogW3Bwc3BdIFdHTEMgZm9yIGJhc2UgdHJh
Y2tlciBwcm90b2NvbAoKCgpIaSwgYWxsLAoKIAoKV2Ugc3RhcnQgYSBXRyBsYXN0IGNhbGwgZm9y
IHRoZSBsYXRlc3QoLTA4KSB2ZXJzaW9uIG9mIGJhc2UgdHJhY2tlciBwcm90b2NvbCBodHRwczov
L2RhdGF0cmFja2VyLmlldGYub3JnL2RvYy9kcmFmdC1pZXRmLXBwc3AtYmFzZS10cmFja2VyLXBy
b3RvY29sLgoKVGhlIGxhc3QgY2FsbCB3aWxsIGxhc3QgZm9yIGFib3V0IDIgd2Vla3MgZnJvbSB0
b2RheSAoMTN0aCkuIFlvdXIgZnVydGhlciByZXZpZXcgb24gdGhpcyBkcmFmdCBhcmUgaGlnaGx5
IGFwcHJlY2lhdGVkLgoKIAoKVGhhbmtzLgoKIAoKWXVuZmVpICYgTmluZy4=
------=_Part_39836_486634755.1421981515365
Content-Type: text/html; charset=GBK
Content-Transfer-Encoding: base64

PGJyPkhpLDxkaXY+PGJyPjwvZGl2PjxkaXY+SSBoYXZlIHJldmlld2VkIHRoZSBsYXRlc3QoLTA4
KSB2ZXJzaW9uIGFuZCBoYXZlIG5vIGNvbW1lbnRzLjxicj48ZGl2Pjxicj48L2Rpdj48ZGl2Pjxi
cj48L2Rpdj48ZGl2PkJSLDwvZGl2PjxkaXY+TWk8YnI+PGJyPjxibG9ja3F1b3RlIG5hbWU9InJl
cGx5Q29udGVudCIgc3R5bGU9InBhZGRpbmctbGVmdDo1cHg7bWFyZ2luLWxlZnQ6NXB4O2JvcmRl
ci1sZWZ0OiNiNmI2YjYgMnB4IHNvbGlkO21hcmdpbi1yaWdodDowIj4tLS0tLdStyrzTyrz+LS0t
LS08YnI+CjxiPreivP7Iyzo8L2I+IFpvbmduaW5nICZsdDt6b25nbmluZ0BodWF3ZWkuY29tJmd0
Ozxicj4KPGI+t6LLzcqxvOQ6PC9iPiAyMDE1xOox1MIxM8jVINDHxtq2/jxicj4KPGI+ytW8/sjL
OjwvYj4gInBwc3BAaWV0Zi5vcmciICZsdDtwcHNwQGlldGYub3JnJmd0Ozxicj4KPGI+s63LzTo8
L2I+ICJoaXNoaWdoQHNpbmEuY29tIiAmbHQ7aGlzaGlnaEBzaW5hLmNvbSZndDs8YnI+CjxiPtb3
zOI6PC9iPiBbcHBzcF0gV0dMQyBmb3IgYmFzZSB0cmFja2VyIHByb3RvY29sPGJyPjxicj4KCgoK
PHN0eWxlPjwvc3R5bGU+CgoKPGRpdiBjbGFzcz0iV29yZFNlY3Rpb24xIj4KPHAgY2xhc3M9Ik1z
b05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiPkhpLCBhbGwsPG86cD48L286cD48L3NwYW4+PC9w
Pgo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyI+PG86cD4mbmJzcDs8L286
cD48L3NwYW4+PC9wPgo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyI+V2Ug
c3RhcnQgYSBXRyBsYXN0IGNhbGwgZm9yIHRoZSBsYXRlc3QoLTA4KSB2ZXJzaW9uIG9mIGJhc2Ug
dHJhY2tlciBwcm90b2NvbAo8YSBocmVmPSJodHRwczovL2RhdGF0cmFja2VyLmlldGYub3JnL2Rv
Yy9kcmFmdC1pZXRmLXBwc3AtYmFzZS10cmFja2VyLXByb3RvY29sIiB0YXJnZXQ9Il9ibGFuayI+
Cmh0dHBzOi8vZGF0YXRyYWNrZXIuaWV0Zi5vcmcvZG9jL2RyYWZ0LWlldGYtcHBzcC1iYXNlLXRy
YWNrZXItcHJvdG9jb2w8L2E+LjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4KPHAgY2xhc3M9Ik1zb05v
cm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiPlRoZSBsYXN0IGNhbGwgd2lsbCBsYXN0IGZvciBhYm91
dCAyIHdlZWtzIGZyb20gdG9kYXkgKDEzPHN1cD50aDwvc3VwPikuIFlvdXIgZnVydGhlciByZXZp
ZXcgb24gdGhpcyBkcmFmdCBhcmUgaGlnaGx5IGFwcHJlY2lhdGVkLjxvOnA+PC9vOnA+PC9zcGFu
PjwvcD4KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiPjxvOnA+Jm5ic3A7
PC9vOnA+PC9zcGFuPjwvcD4KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMi
PlRoYW5rcy48bzpwPjwvbzpwPjwvc3Bhbj48L3A+CjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu
IGxhbmc9IkVOLVVTIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+CjxwIGNsYXNzPSJNc29O
b3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIj5ZdW5mZWkgJmFtcDsgTmluZy48bzpwPjwvbzpwPjwv
c3Bhbj48L3A+CjwvZGl2PgoKCjwvYmxvY2txdW90ZT48L2Rpdj48L2Rpdj4=
------=_Part_39836_486634755.1421981515365--


From nobody Sat Jan 24 06:43:37 2015
Return-Path: <ron.even.tlv@gmail.com>
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 9713D1A1A9A for <ppsp@ietfa.amsl.com>; Sat, 24 Jan 2015 06:43:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] 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 LXgqRn--6a8V for <ppsp@ietfa.amsl.com>; Sat, 24 Jan 2015 06:43:35 -0800 (PST)
Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EBC651A1AA9 for <ppsp@ietf.org>; Sat, 24 Jan 2015 06:43:34 -0800 (PST)
Received: by mail-we0-f173.google.com with SMTP id w62so2216412wes.4 for <ppsp@ietf.org>; Sat, 24 Jan 2015 06:43:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:thread-index:content-language; bh=3KryMFnn/HGc0qsKHX3geVOWbE49k2L/ukLvRbLL+jo=; b=QgmDJUtH7r+pZ8HmEGwg5aMKEOhssLkK1AbICABZNRlDo31JbHEXAFH+iwgdS5OP6o z7/Ia/QRSseUug9mZHACxDMIR8yVA2tViPpoZQFSDU/O4o0CchWmX8Pw+gllSMn7ANU2 7O2W872Hjcxt9naxq6+xNOuHp6zOcXLP0muGL0nPoEFCezg7yMw0+Drj3KoFs92WgKdU 76Zma6dIm2m9826nTzwN7TwrztYLx7gEUQ9wxR+qTXayEP9BASgQJXu4qDRHLXXbEVsv WlMkd4yDy+7Y30zN7cMQZX+oqVCRNXitilUEswekqXChC64/sPwmOA2iLb94laeKrEpA QKWQ==
X-Received: by 10.180.74.205 with SMTP id w13mr1916225wiv.1.1422110613773; Sat, 24 Jan 2015 06:43:33 -0800 (PST)
Received: from RoniE ([109.66.36.7]) by mx.google.com with ESMTPSA id p6sm945914wia.14.2015.01.24.06.43.31 (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 24 Jan 2015 06:43:32 -0800 (PST)
From: "Roni Even" <ron.even.tlv@gmail.com>
To: "'Zongning'" <zongning@huawei.com>, <ppsp@ietf.org>
References: <B0D29E0424F2DE47A0B36779EC6667796622CDF1@nkgeml501-mbs.china.huawei.com>
In-Reply-To: <B0D29E0424F2DE47A0B36779EC6667796622CDF1@nkgeml501-mbs.china.huawei.com>
Date: Sat, 24 Jan 2015 16:43:25 +0200
Message-ID: <023b01d037e4$1e626360$5b272a20$@gmail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_023C_01D037F4.E1EBF6B0"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQG+i+wHo/1k5DKagWGSW6Io9/iKcJzysCJg
Content-Language: en-us
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/jjoW0rQAf_IUnv93nL3kdh2ctcI>
Cc: hishigh@sina.com
Subject: Re: [ppsp] WGLC for base tracker protocol
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Sat, 24 Jan 2015 14:43:36 -0000

This is a multipart message in MIME format.

------=_NextPart_000_023C_01D037F4.E1EBF6B0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi,

I reviewed the document and have no comments

All my previous ones were addressed

 

Roni Even

 

From: ppsp [mailto:ppsp-bounces@ietf.org] On Behalf Of Zongning
Sent: 13 January, 2015 8:11 AM
To: ppsp@ietf.org
Cc: hishigh@sina.com
Subject: [ppsp] WGLC for base tracker protocol

 

Hi, all,

 

We start a WG last call for the latest(-08) version of base tracker protocol
https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol.

The last call will last for about 2 weeks from today (13th). Your further
review on this draft are highly appreciated.

 

Thanks.

 

Yunfei & Ning.


------=_NextPart_000_023C_01D037F4.E1EBF6B0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><META =
HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii"><meta name=3DGenerator content=3D"Microsoft Word 14 =
(filtered medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue =
vlink=3Dpurple style=3D'text-justify-trim:punctuation'><div =
class=3DWordSection1><p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;color:#1F497D'>Hi,<o:p></o:p></span></p><p =
class=3DMsoNormal><span style=3D'font-size:11.0pt;color:#1F497D'>I =
reviewed the document and have no comments<o:p></o:p></span></p><p =
class=3DMsoNormal><span style=3D'font-size:11.0pt;color:#1F497D'>All my =
previous ones were addressed<o:p></o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'font-size:11.0pt;color:#1F497D'><o:p>&nbsp;</o:p></span></p><p =
class=3DMsoNormal><span style=3D'font-size:11.0pt;color:#1F497D'>Roni =
Even<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;color:#1F497D'><o:p>&nbsp;</o:p></span></p><div=
 style=3D'border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in =
4.0pt'><div><div style=3D'border:none;border-top:solid #B5C4DF =
1.0pt;padding:3.0pt 0in 0in 0in'><p class=3DMsoNormal align=3Dleft =
style=3D'text-align:left'><b><span =
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>=
</b><span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> =
ppsp [mailto:ppsp-bounces@ietf.org] <b>On Behalf Of =
</b>Zongning<br><b>Sent:</b> 13 January, 2015 8:11 AM<br><b>To:</b> =
ppsp@ietf.org<br><b>Cc:</b> hishigh@sina.com<br><b>Subject:</b> [ppsp] =
WGLC for base tracker protocol<o:p></o:p></span></p></div></div><p =
class=3DMsoNormal align=3Dleft =
style=3D'text-align:left'><o:p>&nbsp;</o:p></p><p =
class=3DMsoNormal><span style=3D'mso-fareast-language:ZH-CN'>Hi, =
all,<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'mso-fareast-language:ZH-CN'><o:p>&nbsp;</o:p></span></p><p =
class=3DMsoNormal><span style=3D'mso-fareast-language:ZH-CN'>We start a =
WG last call for the latest(-08) version of base tracker protocol <a =
href=3D"https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-pro=
tocol">https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-prot=
ocol</a>.<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'mso-fareast-language:ZH-CN'>The last call will last for about 2 =
weeks from today (13<sup>th</sup>). Your further review on this draft =
are highly appreciated.<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'mso-fareast-language:ZH-CN'><o:p>&nbsp;</o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'mso-fareast-language:ZH-CN'>Thanks.<o:p></o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'mso-fareast-language:ZH-CN'><o:p>&nbsp;</o:p></span></p><p =
class=3DMsoNormal><span style=3D'mso-fareast-language:ZH-CN'>Yunfei =
&amp; Ning.<o:p></o:p></span></p></div></div></body></html>
------=_NextPart_000_023C_01D037F4.E1EBF6B0--


From nobody Thu Jan 29 18:00:25 2015
Return-Path: <haibin.song@huawei.com>
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 A02C61A88AB for <ppsp@ietfa.amsl.com>; Thu, 29 Jan 2015 18:00:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level: 
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 MlL9jLbm-Xqy for <ppsp@ietfa.amsl.com>; Thu, 29 Jan 2015 18:00:21 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 362991A88A7 for <ppsp@ietf.org>; Thu, 29 Jan 2015 18:00:20 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml402-hub.china.huawei.com) ([172.18.7.190]) by lhrrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BRW89676; Fri, 30 Jan 2015 02:00:18 +0000 (GMT)
Received: from NKGEML402-HUB.china.huawei.com (10.98.56.33) by lhreml402-hub.china.huawei.com (10.201.5.241) with Microsoft SMTP Server (TLS) id 14.3.158.1; Fri, 30 Jan 2015 02:00:18 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.146]) by nkgeml402-hub.china.huawei.com ([10.98.56.33]) with mapi id 14.03.0158.001; Fri, 30 Jan 2015 10:00:07 +0800
From: "Songhaibin (A)" <haibin.song@huawei.com>
To: Zongning <zongning@huawei.com>, "ppsp@ietf.org" <ppsp@ietf.org>
Thread-Topic: WGLC for base tracker protocol
Thread-Index: AdAu973CynZRpc+0Tf+d2cnwAj7OSgNOKH4Q
Date: Fri, 30 Jan 2015 02:00:06 +0000
Message-ID: <E33E01DFD5BEA24B9F3F18671078951F6522813E@nkgeml501-mbs.china.huawei.com>
References: <B0D29E0424F2DE47A0B36779EC6667796622CDF1@nkgeml501-mbs.china.huawei.com>
In-Reply-To: <B0D29E0424F2DE47A0B36779EC6667796622CDF1@nkgeml501-mbs.china.huawei.com>
Accept-Language: en-US, zh-CN
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.49]
Content-Type: multipart/alternative; boundary="_000_E33E01DFD5BEA24B9F3F18671078951F6522813Enkgeml501mbschi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <http://mailarchive.ietf.org/arch/msg/ppsp/oE6yNA2JE3y5fohDQWZ_HauV8q4>
Cc: "hishigh@sina.com" <hishigh@sina.com>
Subject: Re: [ppsp] WGLC for base tracker protocol
X-BeenThere: ppsp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Fri, 30 Jan 2015 02:00:24 -0000

--_000_E33E01DFD5BEA24B9F3F18671078951F6522813Enkgeml501mbschi_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

My comments were addressed in the version.

Best Regards!
-Haibin

From: ppsp [mailto:ppsp-bounces@ietf.org] On Behalf Of Zongning
Sent: Tuesday, January 13, 2015 2:11 PM
To: ppsp@ietf.org
Cc: hishigh@sina.com
Subject: [ppsp] WGLC for base tracker protocol

Hi, all,

We start a WG last call for the latest(-08) version of base tracker protoco=
l https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol.
The last call will last for about 2 weeks from today (13th). Your further r=
eview on this draft are highly appreciated.

Thanks.

Yunfei & Ning.

--_000_E33E01DFD5BEA24B9F3F18671078951F6522813Enkgeml501mbschi_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"blue" vlink=3D"purple" style=3D"text-justify-t=
rim:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D">My comm=
ents were addressed in the version.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D"><o:p>&n=
bsp;</o:p></span></p>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D">Best Re=
gards!<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D">-Haibin=
<o:p></o:p></span></p>
</div>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"color:#1F497D"><o:p>&n=
bsp;</o:p></span></p>
<div style=3D"border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm =
4.0pt">
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm =
0cm 0cm">
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left"><b><span la=
ng=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot=
;sans-serif&quot;">From:</span></b><span lang=3D"EN-US" style=3D"font-size:=
10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> ppsp [mailto=
:ppsp-bounces@ietf.org]
<b>On Behalf Of </b>Zongning<br>
<b>Sent:</b> Tuesday, January 13, 2015 2:11 PM<br>
<b>To:</b> ppsp@ietf.org<br>
<b>Cc:</b> hishigh@sina.com<br>
<b>Subject:</b> [ppsp] WGLC for base tracker protocol<o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left"><span lang=
=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi, all,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">We start a WG last call for the=
 latest(-08) version of base tracker protocol
<a href=3D"https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-pr=
otocol">
https://datatracker.ietf.org/doc/draft-ietf-ppsp-base-tracker-protocol</a>.=
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">The last call will last for abo=
ut 2 weeks from today (13<sup>th</sup>). Your further review on this draft =
are highly appreciated.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thanks.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Yunfei &amp; Ning.<o:p></o:p></=
span></p>
</div>
</div>
</body>
</html>

--_000_E33E01DFD5BEA24B9F3F18671078951F6522813Enkgeml501mbschi_--

