Internally use RemoteShell

This commit is contained in:
Jonathan Bennett 2026-04-13 19:15:23 -05:00
parent 8969fc2ff1
commit 7f50897417
3 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@
*StoreForwardPlusPlus.root_hash max_size:32
*StoreForwardPlusPlus.message max_size:240
*DMShell.payload max_size:200
*RemoteShell.payload max_size:200
*StatusMessage.status max_size:80

View file

@ -1289,9 +1289,9 @@ message StoreForwardPlusPlus {
}
/*
* The actual over-the-mesh message doing DMShell
* The actual over-the-mesh message doing RemoteShell
*/
message DMShell {
message RemoteShell {
/*
* Frame op code for PTY session control and stream transport.
*

View file

@ -118,7 +118,7 @@ enum PortNum {
/*
* Module/port for handling key verification requests.
*/
DM_SHELL_APP = 13;
REMOTE_SHELL_APP = 13;
/*
* Provides a 'ping' service that replies to any packet it receives.