Age | Commit message (Collapse) | Author |
|
examples that I found in the FreeBSD ports system.
|
|
values and what they mean
|
|
the maximum size of the connection cache maximum size of the multi handle.
|
|
and while doing so it became apparent that the current timeout system for
the socket API really was a bit awkward since it become quite some work to
be sure we have the correct timeout set.
Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another
callback the app can set to get to know when the general timeout time
changes and thus for an application like hiperfifo.c it makes everything a
lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in
good old libcurl tradition.
|
|
cache within the multi handle.
|
|
set a private pointer added to the internal libcurl hash table for the
particular socket passed in to this function.
|
|
|
|
|