Re: [bfcpbis] RFC4583bis examples

Tom Kristensen <tomkrist@cisco.com> Mon, 21 January 2013 09:58 UTC

Return-Path: <tomkrist@cisco.com>
X-Original-To: bfcpbis@ietfa.amsl.com
Delivered-To: bfcpbis@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 57B1A21F86CE for <bfcpbis@ietfa.amsl.com>; Mon, 21 Jan 2013 01:58:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.599
X-Spam-Level:
X-Spam-Status: No, score=-10.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5bugDbt0rghD for <bfcpbis@ietfa.amsl.com>; Mon, 21 Jan 2013 01:58:04 -0800 (PST)
Received: from ams-iport-1.cisco.com (ams-iport-1.cisco.com [144.254.224.140]) by ietfa.amsl.com (Postfix) with ESMTP id 714BA21F86C9 for <bfcpbis@ietf.org>; Mon, 21 Jan 2013 01:58:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=686; q=dns/txt; s=iport; t=1358762284; x=1359971884; h=message-id:date:from:mime-version:to:cc:subject: references:in-reply-to:content-transfer-encoding; bh=Zd4XZ8wm/g+Q6iGEYdwvX38nor9pfhcsD4to1iTnDk8=; b=Xi62I9qbBXoIigzS3VW/zbjlaZxcz/q1khb1KzaMykQKFl+PzEcK7g2h s3FuqtP7XP8dPdnTp4HO1PtECBeQKjS/gUV8WjBw7KUZXmt35D/ncDuMD 7KRROc2Etcf9Fr5b8lnopdyqqTm0QI9kgq6kjzHZlOu0lWzgrFOa+AFXh 0=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ag0FAPMO/VCQ/khR/2dsb2JhbABEgzi3HINZFnOCHgEBAQMBOEABBQsLGAkWDwkDAgECAUUGDQEHAQGIDwa7EJE5A5YMhWuKXoJ2
X-IronPort-AV: E=Sophos;i="4.84,505,1355097600"; d="scan'208";a="149590458"
Received: from ams-core-1.cisco.com ([144.254.72.81]) by ams-iport-1.cisco.com with ESMTP; 21 Jan 2013 09:58:03 +0000
Received: from [10.47.38.211] ([10.47.38.211]) by ams-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id r0L9w2eA026546; Mon, 21 Jan 2013 09:58:03 GMT
Message-ID: <50FD112A.8010004@cisco.com>
Date: Mon, 21 Jan 2013 10:58:02 +0100
From: Tom Kristensen <tomkrist@cisco.com>
Organization: Cisco
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.10
MIME-Version: 1.0
To: "Alfred E. Heggestad" <aeh@db.org>
References: <50FC32A3.4020908@db.org>
In-Reply-To: <50FC32A3.4020908@db.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: "bfcpbis@ietf.org" <bfcpbis@ietf.org>
Subject: Re: [bfcpbis] RFC4583bis examples
X-BeenThere: bfcpbis@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: BFCPBIS working group discussion list <bfcpbis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/bfcpbis>
List-Post: <mailto:bfcpbis@ietf.org>
List-Help: <mailto:bfcpbis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2013 09:58:05 -0000

On 01/20/2013 07:08 PM, Alfred E. Heggestad wrote:
> hi,

[...]

> 1. can the "floorctrl" attribute have several values, and are they
>    separated by COMMA or SPACE ?
Yes, several values allowed separated by SP:

---

    floor-control-attribute  = "a=floorctrl:" role *(SP role)
    role                     = "c-only" / "s-only" / "c-s"

---

> 2. is it normal to use port 9 for UDP sockets ...? perhaps it is better
>    to use a port number from the example range (1024-65535) ?

Nope. Discard port only applicable for a TCP connection. For UDP we have 
to use the port the BFCP messages shall be sent to.

Thanks, Alfred! This needs to be fixed.

-- Tom