Flush a socket in Python

后端 未结 1 1574
长发绾君心
长发绾君心 2021-01-19 10:37

Is there a way in python to flush a socket once a request has been sent and the information has been obtained correctly?

I have a socket that is used to send differe

相关标签:
1条回答
  • In general no is the answer - you can't flush a TCP socket. All that is under the control of TCP. Take a look at this question for some more information

    0 讨论(0)
提交回复
热议问题