Update client.py

This commit is contained in:
Harshil 2018-10-30 14:59:46 +01:00 committed by GitHub
parent fde422e217
commit 5492681630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ HOST, PORT = '127.0.0.1', 1400
s = socket.socket(
socket.AF_INET # ADDRESS FAMILIES
socket.AF_INET, # ADDRESS FAMILIES
#Name Purpose
#AF_UNIX, AF_LOCAL Local communication
#AF_INET IPv4 Internet protocols