site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Justin C. Walker wrote: Your code asks for one character, so the VMIN requirement will be satisfied before the VTIME requirement starts (VTIME is the number of time periods to wait after the last character is received; until the first character is received, there is no time requirement). I think that is why you get the return before the second burst. G _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... At first I was sure this wasn't the case, so I went back and re-read the interaction between VMIN and VTIME. Several times. Finally I figured out that I had, in fact, misread. Thanks for shoving me back onto the right track. This email sent to site_archiver@lists.apple.com