Add Piet van Oostrum's name to the comments.
This commit is contained in:
parent
dd918a990a
commit
44f5c75f43
|
@ -1,4 +1,5 @@
|
|||
# Echo server program using Unix sockets (handles one connection only)
|
||||
# Echo server demo using Unix sockets (handles one connection only)
|
||||
# Piet van Oostrum
|
||||
from socket import *
|
||||
FILE = 'blabla'
|
||||
s = socket(AF_UNIX, SOCK_STREAM)
|
||||
|
|
Loading…
Reference in New Issue