This commit is contained in:
nora 2021-03-29 10:57:36 +02:00
parent 1530e64f2b
commit d3675c9682
3 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,5 @@
use std::net::{TcpStream, TcpListener, IpAddr, Ipv4Addr};
use std::net::{TcpStream, TcpListener};
use std::io::{self, Read};
use std::sync::{Mutex, Arc};
use crate::IpAddress::{Normal, WithPort};
pub enum IpAddress {