Python client socket won't connect to server from a different machine?

后端 未结 0 703
一生所求
一生所求 2021-02-14 13:40

I\'m working on a client server program where the beginning of my client code is:

s = socket.socket()
host = [my ip address]
port = 30000
s.connect((host, port))
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题