Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
07f2c40c
Commit
07f2c40c
authored
Jul 13, 2007
by
Kai Vehmanen
Browse files
nta: Typo bug in calculating timeout.
darcs-hash:20070713091927-77cd4-21b5a053c6c5f10fcfa5f5061ecbbf854ff7bc50.gz
parent
c5cc6fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/nta/nta.c
View file @
07f2c40c
...
...
@@ -7854,7 +7854,7 @@ su_duration_t outgoing_timer(nta_agent_t *sa, su_duration_t next)
timeout
=
outgoing_timer_bf
(
sa
->
sa_out
.
inv_calling
,
"B"
,
now
)
+
outgoing_timer_c
(
proceeding
,
"C"
,
now
)
;
+
outgoing_timer_c
(
proceeding
,
"C"
,
now
)
+
outgoing_timer_bf
(
sa
->
sa_out
.
trying
,
"F"
,
now
);
next
=
NEXT_TIMEOUT
(
next
,
sa
->
sa_out
.
inv_calling
->
q_head
,
orq_timeout
,
now
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment