Change for websocket port to be 7681
authorMichael Carpenter <malcom2073@gmail.com>
Wed, 22 Aug 2012 00:12:21 +0000 (20:12 -0400)
committerMichael Carpenter <malcom2073@gmail.com>
Wed, 22 Aug 2012 00:12:21 +0000 (20:12 -0400)
plugins/tcpsink/tcpsinkmanager.cpp

index 544f09a..7d46764 100644 (file)
@@ -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;