File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / connect-timeout.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: Long: connect-timeout
    2: Arg: <seconds>
    3: Help: Maximum time allowed for connection
    4: See-also: max-time
    5: ---
    6: Maximum time in seconds that you allow curl's connection to take.  This only
    7: limits the connection phase, so if curl connects within the given period it
    8: will continue - if not it will exit.  Since version 7.32.0, this option
    9: accepts decimal values.
   10: 
   11: If this option is used several times, the last one will be used.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>