From: Michael Carpenter Date: Wed, 22 Aug 2012 00:12:21 +0000 (-0400) Subject: Change for websocket port to be 7681 X-Git-Tag: submit/release/20120910.223349~76^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0c9f26f0f9d3d8411a87c7a8ffa6a742e8f2644;p=profile%2Fivi%2Fautomotive-message-broker.git Change for websocket port to be 7681 --- diff --git a/plugins/tcpsink/tcpsinkmanager.cpp b/plugins/tcpsink/tcpsinkmanager.cpp index 544f09a..7d46764 100644 --- a/plugins/tcpsink/tcpsinkmanager.cpp +++ b/plugins/tcpsink/tcpsinkmanager.cpp @@ -41,7 +41,7 @@ TcpSinkManager::TcpSinkManager(AbstractRoutingEngine* engine):AbstractSinkManage protocollist[0] = { "http-only", websocket_callback, 0 }; protocollist[1] = { NULL, NULL, 0 }; - int port = 23000; + int port = 7681; const char *interface = "lo"; const char *ssl_cert_path = NULL; const char *ssl_key_path = NULL;