Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34df412

Browse files
authored
Update vpn.proto
1 parent 0ff7854 commit 34df412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpn/vpn.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ message ServiceMessage {
6262
StartResponse start = 2;
6363
StopResponse stop = 3;
6464
Status status = 4; // either in reply to a StatusRequest or broadcasted
65-
StartProgress start_progress = 5; // broadcasted during startup
65+
StartProgress start_progress = 5; // broadcasted during startup (used exclusively by Windows)
6666
}
6767
}
6868

0 commit comments

Comments
 (0)