mathslinux / lwqq

A Linux WebQQ Client
GNU General Public License v3.0
110 stars 55 forks source link

ghttp c library timeout #28

Open Cantonyraja opened 9 years ago

Cantonyraja commented 9 years ago

Hi .. I am using libghttp library in linux/c enviornment for my http communications. Due to some server side issues my ghttp_process call keep on hanging for long time. Do we have time out for ghttp services, i tried to use constant http_hdr_Timeout but it is not working as expected. Kindly help me on this issue.

denisdemais commented 8 years ago

you can use setsockopt()

more info: http://pubs.opengroup.org/onlinepubs/009695399/functions/setsockopt.html