From 41cc7057b771f14cb071add1989032926a1c94de Mon Sep 17 00:00:00 2001 From: "hyuna0213.jo" Date: Tue, 22 Nov 2016 17:16:53 +0900 Subject: [PATCH] [IOT-1586] Changed the policy key name for tcp discovery The name of "x.org.iotivity.tcp" key was changed from "x.org.iotivity.tcp" to "tcp". Change-Id: I7bae43f823bdbe744a1cda28b27b9c72d22af996 Signed-off-by: hyuna0213.jo Reviewed-on: https://gerrit.iotivity.org/gerrit/14607 Tested-by: jenkins-iotivity Reviewed-by: Phil Coval Reviewed-by: Jaehong Jo Reviewed-by: Ziran Sun (cherry picked from commit 37c7550bc5c1c032bd4ed7a5853c98c536914782) Reviewed-on: https://gerrit.iotivity.org/gerrit/14733 Reviewed-by: Dan Mihai --- resource/csdk/stack/include/octypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/csdk/stack/include/octypes.h b/resource/csdk/stack/include/octypes.h index d872e86..d7a5695 100755 --- a/resource/csdk/stack/include/octypes.h +++ b/resource/csdk/stack/include/octypes.h @@ -223,7 +223,7 @@ extern "C" { #define OC_RSRVD_HOSTING_PORT "port" /** TCP Port. */ -#define OC_RSRVD_TCP_PORT "x.org.iotivity.tcp" +#define OC_RSRVD_TCP_PORT "tcp" /** TLS Port. */ #define OC_RSRVD_TLS_PORT "tls" -- 2.7.4