From: Tobias Brunner Date: Mon, 24 Sep 2012 14:02:03 +0000 (+0200) Subject: Documentation about some time values clarified X-Git-Tag: 5.0.1~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31990a19cc3e055aa7a259e3785c5e448cb06928;p=thirdparty%2Fstrongswan.git Documentation about some time values clarified --- diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index e114903ddf..73d92b35d3 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -240,7 +240,7 @@ otherwise a random port will be allocated. Process RTM_NEWROUTE and RTM_DELROUTE events .TP .BR charon.receive_delay " [0]" -Delay for receiving packets, to simulate larger RTT +Delay in ms for receiving packets, to simulate larger RTT .TP .BR charon.receive_delay_response " [yes]" Delay response messages @@ -277,7 +277,7 @@ Numerical routing table to install routes to Priority of the routing table .TP .BR charon.send_delay " [0]" -Delay for sending packets, to simulate larger RTT +Delay in ms for sending packets, to simulate larger RTT .TP .BR charon.send_delay_response " [yes]" Delay response messages diff --git a/src/libstrongswan/settings.h b/src/libstrongswan/settings.h index a864779f18..c8b50d0087 100644 --- a/src/libstrongswan/settings.h +++ b/src/libstrongswan/settings.h @@ -189,7 +189,7 @@ struct settings_t { * @param key key including sections, printf style format * @param def value returned if key not found * @param ... argument list for key - * @return value of the key + * @return value of the key (in seconds) */ u_int32_t (*get_time)(settings_t *this, char *key, u_int32_t def, ...);