12-18-2007 08:47 AM
12-18-2007 08:57 AM
12-18-2007 09:10 AM
12-18-2007 03:11 PM
12-18-2007 03:41 PM - edited 12-18-2007 03:42 PM
12-18-2007 04:12 PM
12-18-2007 04:41 PM
Looks like the Telnet Client Example is designed to fail the timeout for data being read that is less than 1000 bytes. The key is they set the timeout very low and continue to process until a null string is returned. This still guarantees the minimum Timeout will be 100ms. I would like an implementation that guarantees the minimum time regardless of number of bytes that need to be read.
I'm looking for lighting fast implementation as well, any best practice suggestions would be appreciated.
12-18-2007 04:46 PM
12-19-2007 02:51 PM
12-19-2007 03:52 PM