Answers

Question and Answer:

  Home  Unix Socket Programming

⟩ How come select says there is data, but read returns zero?

The data that causes select to return is the EOF because the other side has closed the connection. This causes read to return zero.

 196 views

More Questions for you: