fix(config): start quic connection with zone and listener names

This commit is contained in:
Shawn 2021-07-13 16:41:20 +08:00
parent b123299c70
commit a0bddfc834
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ do_start_listener(ZoneName, ListenerName, #{type := quic, bind := ListenOn} = Op
ConnectionOpts = #{conn_callback => emqx_quic_connection
, peer_unidi_stream_count => 1
, peer_bidi_stream_count => 10
, zone => ZoneName
, listener => ListenerName
},
StreamOpts = [],
quicer:start_listener(listener_id(ZoneName, ListenerName),