mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Properly pass send_timeout option to listener sockets
This commit is contained in:
parent
0283a501fa
commit
48fb446f8c
1 changed files with 2 additions and 0 deletions
|
@ -323,6 +323,8 @@ split_opts(Transport, Opts) ->
|
|||
{ModOpts, [{Opt, Val} | SockOpts]};
|
||||
{backlog, _} ->
|
||||
{ModOpts, SockOpts};
|
||||
{send_timeout, _} ->
|
||||
{ModOpts, [{Opt, Val} | SockOpts]};
|
||||
_ ->
|
||||
{ModOpts#{Opt => Val}, SockOpts}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue