Hi
I did read the documentation and did some tests but I got no success. Can someone give me a example of code of a simple client using socket to connect to any port and calling read to get data, but using select() to wait for example only 10 seconds before stop the read and continue the normal flow of the code?
When we use select to timeout a read operation it is completely stooped? Or it's putted in a kind of background operation?
Thank you