Skip to content

Commit

Permalink
ListenChannel can specify port to listen on
Browse files Browse the repository at this point in the history
  • Loading branch information
kevpar committed Oct 4, 2024
1 parent b50ced8 commit 7927d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/lm/proto/lm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ message SourceRootFS {

message ListenChannelRequest {
string ip = 1;
uint32 port = 2;
}

message ListenChannelResponse {
Expand Down

0 comments on commit 7927d67

Please sign in to comment.