micro update

This commit is contained in:
GIKExe 2025-04-30 02:33:36 +03:00
parent da2fe5acfa
commit b468d6cf12

View File

@ -29,8 +29,8 @@ impl Packet {
pub struct Socket { pub struct Socket {
stream: TcpStream, pub stream: TcpStream,
addr: SocketAddr pub addr: SocketAddr
} }
impl Socket { impl Socket {