]> granicus.if.org Git - curl/commit
curl: use new library-side TCP_KEEPALIVE options
authorDave Reisner <dreisner@archlinux.org>
Thu, 9 Feb 2012 18:04:08 +0000 (19:04 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2012 18:05:40 +0000 (19:05 +0100)
commit2a266c1c7c075f9faced0248ed3f870dac1fc749
tree8d4b40101b70e2110c4e3101012765086ab3baa3
parent705f0f7a5b6120bb783d139c9266b285a4c8acd8
curl: use new library-side TCP_KEEPALIVE options

Use the new library CURLOPT_TCP_KEEPALIVE rather than disabling this via
the sockopt callback. If --keepalive-time is used, apply the value to
CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL.
docs/curl.1
src/Makefile.inc
src/tool_cb_skt.c [deleted file]
src/tool_cb_skt.h [deleted file]
src/tool_operate.c