Check for activity on established connections

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Check for activity on established connections

417 Views
petermai
Contributor I

Hello everybody,

its simple: I have accepted (accept()) all pending connections given to me by the listen() and followed select() functions.

Now my connections (HTTP) are open and I receveid (recv()) some data.

Here comes the question:

- Now my connections are not active anymore but are kept open by the browser. Is there any other option than calling recv() on this connection to check whether data requests are pending or not?

Thanks in advance!

0 Kudos
Reply
0 Replies