mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
27664df0b3
- Improved test suite exposed several issues with the handling of command line arguments which are now fixed - Fixed a race condition that would cause remote characters to be lost intermittently when running remote commands that finish immediately. - Added automated testing that actually spins up a random listener and initiator in a private Reticulum network and passes data between them, uncovering more issues which are now fixed. - Fixed (hopefully) an issue where `rnsh` doesn't know what version it is.
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
# acehoss test config
|
|
[reticulum]
|
|
enable_transport = False
|
|
share_instance = Yes
|
|
shared_instance_port = 22222
|
|
instance_control_port = 22223
|
|
panic_on_interface_error = No
|
|
|
|
[logging]
|
|
loglevel = 7
|
|
|
|
[interfaces]
|
|
[[Default Interface]]
|
|
type = AutoInterface
|
|
enabled = Yes
|