SockReadWithTimeout() or ReadWithTimeout()?

Discussion to talk about software related topics only.
Post Reply
Alberto
Posts: 4
Joined: Tue Oct 28, 2008 5:48 pm

SockReadWithTimeout() or ReadWithTimeout()?

Post by Alberto »

If I'm reading from a socket, should I use SockReadWithTimeout() or ReadWithTimeout()? They both have the same arguments. Experimenting with them show that they both work. Is there a performance or otherwise a functional difference between the two functions?

Thanks,
Alberto
Post Reply