UDP Client/Server Socket in Python

前端 未结 3 570
自闭症患者
自闭症患者 2020-12-04 20:23

I\'m new to python and sockets and am trying to write an echoing client/server socket. I have written the server so that 30% of the packets are lost. I programmed my client

3条回答
  •  青春惊慌失措
    2020-12-04 20:48

    I believe you are trying to subtract from pings at the end instead of your intended increments as written by your while statement.

提交回复
热议问题