Added retry-wait option to -i list options.

pull/1/head
Tatsuhiro Tsujikawa 2011-01-17 21:25:17 +09:00
parent f2a63fa06a
commit b0ed9b3bd1
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ const std::set<std::string>& listRequestOptions()
PREF_CONDITIONAL_GET,
PREF_ENABLE_ASYNC_DNS6,
PREF_BT_TRACKER,
PREF_BT_EXCLUDE_TRACKER
PREF_BT_EXCLUDE_TRACKER,
PREF_RETRY_WAIT
};
static std::set<std::string> requestOptions
(vbegin(REQUEST_OPTIONS), vend(REQUEST_OPTIONS));