24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Change default flow timeout as recommended per the RFC

This commit is contained in:
Evgeniy Khramtsov 2014-06-12 09:28:34 +04:00
parent 7892b72bcb
commit b29615561c

View File

@ -25,7 +25,7 @@
-define(CALL_TIMEOUT, timer:seconds(30)).
-define(DEFAULT_EXPIRES, 3600).
-define(FLOW_TIMEOUT_DATAGRAM, 29).
-define(FLOW_TIMEOUT_STREAM, 180).
-define(FLOW_TIMEOUT_STREAM, 120).
-record(sip_session, {us = {<<"">>, <<"">>} :: {binary(), binary()},
socket = #sip_socket{} :: #sip_socket{},