Skip to content

Commit 1cce0cd

Browse files
authored
Update README.md
1 parent 3ddc293 commit 1cce0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ nWdtApps = 4
6767
- `cmd` : Command to start the application.
6868

6969
## Heartbeat Message
70-
A heartbeat message is a UDP message containing the managed process's process IDs (PID) with the prefix p (e.g., p12345). This message is periodically sent to the specified UDP port.
70+
A heartbeat message is a UDP packet with the process ID (PID) prefixed by p (e.g., p12345 for PID 12345). It is sent periodically by every managed process to a specified UDP port.
7171

7272
Below are example heartbeat message codes in various languages:
7373

0 commit comments

Comments
 (0)