diff options
Diffstat (limited to 'Demo/sgi/al/unicast.py')
-rwxr-xr-x | Demo/sgi/al/unicast.py | 2 |
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) |