Documentation about some time values clarified

This commit is contained in:
Tobias Brunner
2012-09-24 16:02:03 +02:00
parent e97602151a
commit 31990a19cc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ otherwise a random port will be allocated.
Process RTM_NEWROUTE and RTM_DELROUTE events Process RTM_NEWROUTE and RTM_DELROUTE events
.TP .TP
.BR charon.receive_delay " [0]" .BR charon.receive_delay " [0]"
Delay for receiving packets, to simulate larger RTT Delay in ms for receiving packets, to simulate larger RTT
.TP .TP
.BR charon.receive_delay_response " [yes]" .BR charon.receive_delay_response " [yes]"
Delay response messages Delay response messages
@@ -277,7 +277,7 @@ Numerical routing table to install routes to
Priority of the routing table Priority of the routing table
.TP .TP
.BR charon.send_delay " [0]" .BR charon.send_delay " [0]"
Delay for sending packets, to simulate larger RTT Delay in ms for sending packets, to simulate larger RTT
.TP .TP
.BR charon.send_delay_response " [yes]" .BR charon.send_delay_response " [yes]"
Delay response messages Delay response messages
+1 -1
View File
@@ -189,7 +189,7 @@ struct settings_t {
* @param key key including sections, printf style format * @param key key including sections, printf style format
* @param def value returned if key not found * @param def value returned if key not found
* @param ... argument list for key * @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, ...); u_int32_t (*get_time)(settings_t *this, char *key, u_int32_t def, ...);