summaryrefslogtreecommitdiff
path: root/gnuradio-core/ctrlport.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/ctrlport.conf.example')
-rw-r--r--gnuradio-core/ctrlport.conf.example30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnuradio-core/ctrlport.conf.example b/gnuradio-core/ctrlport.conf.example
deleted file mode 100644
index 51d9e934f2..0000000000
--- a/gnuradio-core/ctrlport.conf.example
+++ /dev/null
@@ -1,30 +0,0 @@
-## Use this to create an endpoint used to export ControlPort.
-##
-## A typical configuation would be to specify using a particular
-## interface (determined from the IP address) and port number:
-##
-## ControlPort.Endpoints=tcp -h 192.168.1.1 -p 9000
-##
-## A similar endpoint without the port number stated will pick a
-## random, free port:
-##
-## ControlPort.Endpoints=tcp -h 192.168.1.1
-##
-## ICE has some wildcard capabilities, as well. The following tells
-## ICE to use all available interfaces:
-##
-## ControlPort.Endpoints=tcp -h *
-##
-## Using 'default' for the host will use what 'hostname' resolves to.
-##
-## For more details:
-## http://doc.zeroc.com/display/Ice/Proxy+and+Endpoint+Syntax
-## http://www.zeroc.com/doc/Ice-3.2.1/manual/ProxyEndpointRef.51.2.html
-
-# ControlPort.Endpoints = tcp -t 300 -h 127.0.0.1 -p 23456
-
-
-## Set a default hostname (or IP) if no '-h' is used in the Endpoint
-## configuration
-
-#Ice.Default.Host = myhost