aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cb_skt.h
AgeCommit message (Collapse)Author
2012-02-09curl: use new library-side TCP_KEEPALIVE optionsDave Reisner
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.
2011-09-24curl tool: reviewed code moved to tool_*.[ch] filesYang Tse