mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
aquatic_ws: network: rename common.rs to connection.rs
This commit is contained in:
parent
73c90622c7
commit
420dcbc717
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ use net2::{TcpBuilder, unix::UnixTcpBuilderExt};
|
|||
|
||||
use crate::config::Config;
|
||||
|
||||
use super::common::*;
|
||||
use super::connection::*;
|
||||
|
||||
|
||||
pub fn create_listener(config: &Config) -> ::std::net::TcpListener {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue