summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/examples/network/vector_source.py
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/examples/network/vector_source.py')
-rwxr-xr-xgnuradio-runtime/examples/network/vector_source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/examples/network/vector_source.py b/gnuradio-runtime/examples/network/vector_source.py
index 568425fd50..c13b4b1d6f 100755
--- a/gnuradio-runtime/examples/network/vector_source.py
+++ b/gnuradio-runtime/examples/network/vector_source.py
@@ -35,7 +35,7 @@ class vector_source(gr.top_block):
if __name__ == '__main__':
parser = OptionParser(option_class=eng_option)
- parser.add_option("", "--host", type="string", default="localhost",
+ parser.add_option("", "--host", type="string", default="127.0.0.1",
help="Remote host name (domain name or IP address")
parser.add_option("", "--port", type="int", default=65500,
help="port number to connect to")