local multicast test2

This commit is contained in:
asxalex 2024-07-15 20:10:06 +08:00
parent fccb3e9877
commit b1a469aec7

View File

@ -464,6 +464,7 @@ pub async fn check_peer_registration_needed(
}
match p {
None => {
println!("need register_with_new_peer");
let _ = register_with_new_peer(eee, from_sn, src_ip, v6_info, peer_sock).await;
// unimplemented!();
}