libcurl nagle

2013-10-21 Thread folkert
an appliance which does ftp sessions over gprs. Disable nagle would reduce latency, (maybe: ) but if overhead skyrockets no gain is made. regards, Folkert van Heusden -- Curious about the inner workings of your car? Then check O2OO: it'll tell you all that there is to know about your car's

rtsp

2017-08-09 Thread folkert
) but nothing comes in. Both for udp and tcp. This is with curl 7.37.1-1. Any ideas? Folkert van Heusden --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: rtsp

2017-08-09 Thread folkert
o. > > Erik > > > Oorspronkelijk bericht > Van: folkert <folk...@vanheusden.com> > Datum: 09-08-17 11:58 (GMT+01:00) > Aan: curl-library@cool.haxx.se > Onderwerp: rtsp > > Hi, > > Tring to get https://curl.haxx.se/libcurl/c/rtsp.html to wor

Re: timeouts

2017-10-09 Thread folkert
> > I use curl to retrieve a video-stream of semi-infinite length. > > Now sometimes if the camera crashes, the video stream stops. > > I would like curl to timeout then. > > Is this possible? > > I think this is answered in the FAQ here: > >

timeouts

2017-10-09 Thread folkert
Hi, I use curl to retrieve a video-stream of semi-infinite length. Now sometimes if the camera crashes, the video stream stops. I would like curl to timeout then. Is this possible? From the manual I understood that CURLOPT_TIMEOUT_MS is for the whole session. I need a t/o for a single read.

CURLOPT_WRITEFUNCTION for http headers

2017-10-05 Thread folkert
Hi, Is there something like this: curl_easy_setopt(ch, CURLOPT_WRITEFUNCTION, write_data); available for HTTP headers? --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette:

Re: CURLOPT_WRITEFUNCTION for http headers

2017-10-05 Thread folkert
> > Is there something like this: > > curl_easy_setopt(ch, CURLOPT_WRITEFUNCTION, write_data); > > > > available for HTTP headers? > > CURLOPT_HEADERFUNCTION is there. Oh indeed it is! Sorry I had not s