Replies: 1 comment
-
这个需求用 socket.warning 解决。netstat 只能用于监控,数据并不及时。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
现在有socket.netstat()。返回的是所有的socket状态信息。
有这样的业务场景,需要得到指定socket当前有多少数据正在发送,以便控制发送速度。
Beta Was this translation helpful? Give feedback.
All reactions