mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Update client.py
This commit is contained in:
parent
fde422e217
commit
5492681630
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user