]> sjero.net Git - wget/blobdiff - src/options.h
[svn] New option `--limit-rate'.
[wget] / src / options.h
index 4f75c8b9d82cc8569266225682bd91fc33d52013..92b812a4edb8cab41ba4b8e5b1ce2eb14743c04c 100644 (file)
@@ -99,10 +99,13 @@ struct options
   long timeout;                        /* The value of read timeout in
                                   seconds. */
 #endif
+  int random_wait;             /* vary from 0 .. wait secs by random()? */
   long wait;                   /* The wait period between retrievals. */
   long waitretry;              /* The wait period between retries. - HEH */
   int use_robots;              /* Do we heed robots.txt? */
 
+  long limit_rate;             /* Limit the download rate to this
+                                  many bps. */
   long quota;                  /* Maximum number of bytes to
                                   retrieve. */
   VERY_LONG_TYPE downloaded;   /* How much we downloaded already. */