handle connection registration
This commit is contained in:
parent
ad86a74efb
commit
20aa273d67
7 changed files with 233 additions and 24 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use std::net::SocketAddrV4;
|
||||
use crate::prudp::packet::VirtualPort;
|
||||
|
||||
#[derive(Eq, PartialEq, Hash, Debug, Copy, Clone)]
|
||||
pub struct PRUDPSockAddr{
|
||||
pub regular_socket_addr: SocketAddrV4,
|
||||
pub virtual_port: VirtualPort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue