From 2a266c1c7c075f9faced0248ed3f870dac1fc749 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 9 Feb 2012 19:04:08 +0100 Subject: 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. --- src/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.inc') diff --git a/src/Makefile.inc b/src/Makefile.inc index 1660bc403..a43ac514c 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -22,7 +22,6 @@ CURL_CFILES = hugehelp.c \ tool_cb_prg.c \ tool_cb_rea.c \ tool_cb_see.c \ - tool_cb_skt.c \ tool_cb_wrt.c \ tool_cfgable.c \ tool_convert.c \ @@ -62,7 +61,6 @@ CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \ tool_cb_prg.h \ tool_cb_rea.h \ tool_cb_see.h \ - tool_cb_skt.h \ tool_cb_wrt.h \ tool_cfgable.h \ tool_convert.h \ -- cgit v1.2.3