controller: implement support for dialing urls for transport

This commit is contained in:
Alex Zenla
2024-03-05 20:47:53 -08:00
parent e5f5f9493c
commit 31cf3044a4
5 changed files with 47 additions and 6 deletions

View File

@ -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;