mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
controller: implement support for dialing urls for transport
This commit is contained in:
@ -2,3 +2,6 @@ pub mod control;
|
||||
pub mod ethtool;
|
||||
pub mod launchcfg;
|
||||
pub mod stream;
|
||||
|
||||
pub const KRATA_DEFAULT_TCP_PORT: u16 = 4350;
|
||||
pub const KRATA_DEFAULT_TLS_PORT: u16 = 4353;
|
||||
|
Reference in New Issue
Block a user