refactor remote mount
This commit is contained in:
parent
890b3e12dc
commit
18929038fb
@ -1357,7 +1357,8 @@ public:
|
|||||||
}});
|
}});
|
||||||
|
|
||||||
packet_server_ = std::make_unique<packet_server>(
|
packet_server_ = std::make_unique<packet_server>(
|
||||||
config_.get_remote_port(), config_.get_remote_token(), 10,
|
config_.get_remote_api_port(), config_.get_remote_encryption_token(),
|
||||||
|
10,
|
||||||
[this](const std::string &client_id) {
|
[this](const std::string &client_id) {
|
||||||
return this->closed_handler(client_id);
|
return this->closed_handler(client_id);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user