Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using following method for read data from server but when i am using router for getting IP Address sometimes my control is not coming out from SSL_Read() Method .Is there any way to set timeout for SSL_Read().
C
result = SSL_read(ssl, Response, sizeof(Response));


[Edit]Code block added[/Edit]
Posted
Updated 7-Mar-13 20:29pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900