mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
move back SocketConfig to aquatic_http
This commit is contained in:
parent
82378e71f6
commit
b86787ef20
5 changed files with 18 additions and 31 deletions
|
|
@ -69,7 +69,7 @@ pub fn run_socket_worker(
|
|||
response_channel_receiver: ResponseChannelReceiver,
|
||||
opt_tls_acceptor: Option<TlsAcceptor>,
|
||||
){
|
||||
match create_listener(&config.network.socket){
|
||||
match create_listener(config.network.address, config.network.ipv6_only){
|
||||
Ok(listener) => {
|
||||
socket_worker_statuses.lock()[socket_worker_index] = Some(Ok(()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue