Why does accept() block, when listen() is the very first involved in TCP?

前端 未结 0 1266
青春惊慌失措
青春惊慌失措 2021-01-13 01:22

The accept() blocks, until another connection is made and the return the sockfd the can communicate both sides on. But why is it accept() that bloc

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