in reply to Re^4: Stumped with select->can_read (buffered)
in thread Stumped with select->can_read

My concern now is whether 1024 is too small of a buffer that I could miss something (if that's possible)

If there are more than 1024 bytes to be read, then the next call to can_read() will tell you about them.

- tye        

  • Comment on Re^5: Stumped with select->can_read (buffered)