Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UCC
virtualsnack
Commits
4e49e792
Commit
4e49e792
authored
Oct 20, 2014
by
Mark Tearle
Browse files
Change port number to align with vvend.py and VendServer.py
parent
02c70103
Changes
1
Hide whitespace changes
Inline
Side-by-side
virtualsnack.py
View file @
4e49e792
...
...
@@ -104,7 +104,7 @@ class VirtualSnackApp(npyscreen.NPSAppManaged):
# socket code
self
.
CONNECTION_LIST
=
[]
# list of socket clients
self
.
RECV_BUFFER
=
4096
# Advisable to keep it as an exponent of 2
PORT
=
5
00
0
PORT
=
5
15
0
self
.
server_socket
=
socket
.
socket
(
socket
.
AF_INET
,
socket
.
SOCK_STREAM
)
# this has no effect, why ?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment