mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Merge 0.9->trunk
This commit is contained in:
commit
0f421f9b7c
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@ local log = module._log;
|
|||
|
||||
local c2s_timeout = module:get_option_number("c2s_timeout");
|
||||
local stream_close_timeout = module:get_option_number("c2s_close_timeout", 5);
|
||||
local opt_keepalives = module:get_option_boolean("tcp_keepalives", false);
|
||||
local opt_keepalives = module:get_option_boolean("c2s_tcp_keepalives", module:get_option_boolean("tcp_keepalives", true));
|
||||
|
||||
local sessions = module:shared("sessions");
|
||||
local core_process_stanza = prosody.core_process_stanza;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue