refactor
This commit is contained in:
parent
a4ccc96ed0
commit
aab4414904
71 changed files with 293 additions and 4316 deletions
11
rnex-core/src/rnex_proxy_common.rs
Normal file
11
rnex-core/src/rnex_proxy_common.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use macros::RmcSerialize;
|
||||
use crate::prudp::socket_addr::PRUDPSockAddr;
|
||||
|
||||
#[derive(Debug, RmcSerialize)]
|
||||
#[rmc_struct(0)]
|
||||
pub struct ConnectionInitData{
|
||||
pub prudpsock_addr: PRUDPSockAddr,
|
||||
pub pid: u32,
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue