Add option to send data over a tcp socket
This reducec the dropbear cpu usage to basically nothing, since the traffic does not need encryption anymore. This option uses the nc command on the client side. So this will not work with windows as of now!
This commit is contained in:
@@ -7,3 +7,4 @@ edition = "2018"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
lz-fear = "0.1"
|
||||
clap = "3.0.0-beta.2"
|
||||
|
||||
Reference in New Issue
Block a user