add public ip inferrence

This commit is contained in:
Maple Nebel 2025-11-06 22:55:41 +00:00
commit e2b564cc48
4 changed files with 17 additions and 4 deletions

View file

@ -17,7 +17,6 @@ pub struct PRUDPSockAddr{
impl PRUDPSockAddr{
pub fn new(regular_socket_addr: SocketAddrV4, virtual_port: VirtualPort) -> Self{
Self{
regular_socket_addr,