vsock_client: remove wrong comment
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
a1d90719e4
commit
cab92acb3c
@ -18,7 +18,6 @@ use tokio::net::UnixStream;
|
|||||||
use crate::tools;
|
use crate::tools;
|
||||||
use proxmox::api::error::HttpError;
|
use proxmox::api::error::HttpError;
|
||||||
|
|
||||||
/// Port below 1024 is privileged, this is intentional so only root (on host) can connect
|
|
||||||
pub const DEFAULT_VSOCK_PORT: u16 = 807;
|
pub const DEFAULT_VSOCK_PORT: u16 = 807;
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
|
Loading…
Reference in New Issue
Block a user