mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
feat: Add enable_wg_broker feature using MioBrokerClient
doc: Add documentation for new methods and arguments fix: Require new psk_broker_spawn flag to use broker without extra parameters, to make all-features cargo test pass fix: Fix MioBrokerClient buffer size to allow room for length prefix fix: Fix remaining issue with panic
This commit is contained in:
@@ -108,7 +108,7 @@ fn run_server_client_exchange(
|
||||
.termination_handler(Some(server_terminate_rx))
|
||||
.build()
|
||||
.unwrap();
|
||||
cli.run(Some(test_helpers)).unwrap();
|
||||
cli.run(None, Some(test_helpers)).unwrap();
|
||||
});
|
||||
|
||||
let cli = CliArgs::try_parse_from(
|
||||
@@ -123,7 +123,7 @@ fn run_server_client_exchange(
|
||||
.termination_handler(Some(client_terminate_rx))
|
||||
.build()
|
||||
.unwrap();
|
||||
cli.run(Some(test_helpers)).unwrap();
|
||||
cli.run(None, Some(test_helpers)).unwrap();
|
||||
});
|
||||
|
||||
// give them some time to do the key exchange under load
|
||||
|
||||
Reference in New Issue
Block a user