summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/al/unicast.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/al/unicast.py')
-rwxr-xr-xDemo/sgi/al/unicast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/al/unicast.py b/Demo/sgi/al/unicast.py
index 8a53592..8e0c1a8 100755
--- a/Demo/sgi/al/unicast.py
+++ b/Demo/sgi/al/unicast.py
@@ -12,7 +12,7 @@ from socket import *
host = sys.argv[1]
-port = 54321
+port = 5555
if sys.argv[2:]: port = eval(sys.argv[1])
s = socket(AF_INET, SOCK_DGRAM)