mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
|
|
@ -11,10 +11,10 @@ use crate::common::*;
|
||||||
use crate::config::Config;
|
use crate::config::Config;
|
||||||
use crate::protocol::*;
|
use crate::protocol::*;
|
||||||
|
|
||||||
pub mod common;
|
pub mod connection;
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
|
|
||||||
use common::*;
|
use connection::*;
|
||||||
use utils::*;
|
use utils::*;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ use net2::{TcpBuilder, unix::UnixTcpBuilderExt};
|
||||||
|
|
||||||
use crate::config::Config;
|
use crate::config::Config;
|
||||||
|
|
||||||
use super::common::*;
|
use super::connection::*;
|
||||||
|
|
||||||
|
|
||||||
pub fn create_listener(config: &Config) -> ::std::net::TcpListener {
|
pub fn create_listener(config: &Config) -> ::std::net::TcpListener {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue