Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44f5c75

Browse files
committed
Add Piet van Oostrum's name to the comments.
1 parent dd918a9 commit 44f5c75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Demo/sockets/unixserver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Echo server program using Unix sockets (handles one connection only)
1+
# Echo server demo using Unix sockets (handles one connection only)
2+
# Piet van Oostrum
23
from socket import *
34
FILE = 'blabla'
45
s = socket(AF_UNIX, SOCK_STREAM)

0 commit comments

Comments
 (0)