fix not compiling
This commit is contained in:
parent
98193a58d8
commit
8e7aacbbd1
8 changed files with 78 additions and 71 deletions
|
|
@ -8,21 +8,23 @@ use tokio::sync::RwLock;
|
|||
use tokio::task;
|
||||
use tokio::time::sleep;
|
||||
use rust_nex::common::setup;
|
||||
use rust_nex::executables::common::{ProxyManagement, RemoteController, RemoteControllerManagement, OWN_IP_PRIVATE, OWN_IP_PUBLIC, SECURE_SERVER_ACCOUNT, SERVER_PORT};
|
||||
use rust_nex::executables::common::ServerCluster::Auth;
|
||||
use rust_nex::executables::common::ServerType::Proxy;
|
||||
use rust_nex::executables::common::{OWN_IP_PRIVATE, OWN_IP_PUBLIC, SERVER_PORT};
|
||||
use rust_nex::prudp::packet::VirtualPort;
|
||||
use rust_nex::prudp::router::Router;
|
||||
use rust_nex::prudp::secure::Secure;
|
||||
use rust_nex::prudp::unsecure::Unsecure;
|
||||
use rust_nex::reggie::establish_tls_connection_to;
|
||||
use rust_nex::reggie::{establish_tls_connection_to, ProxyManagement, RemoteController};
|
||||
use rust_nex::rmc::response::ErrorCode;
|
||||
use rust_nex::rnex_proxy_common::ConnectionInitData;
|
||||
use rust_nex::executables::common::LocalProxy;
|
||||
use rust_nex::reggie::ServerCluster::Auth;
|
||||
use rust_nex::reggie::ServerType::Proxy;
|
||||
use rust_nex::reggie::UnitPacketWrite;
|
||||
use rust_nex::rmc::structures::RmcSerialize;
|
||||
use rust_nex::reggie::UnitPacketRead;
|
||||
use rust_nex::rmc::protocols::RemoteInstantiatable;
|
||||
use rust_nex::reggie::LocalProxy;
|
||||
use rust_nex::reggie::RemoteControllerManagement;
|
||||
|
||||
|
||||
#[rmc_struct(Proxy)]
|
||||
struct DestinationHolder{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue