Important update:
- Bug fix: start/end char for Watchdog protocol
This commit is contained in:
@@ -24,7 +24,7 @@ CWatchdogCore::CWatchdogCore( const char * pName ) :
|
|||||||
CSelectableCore( pName, "WatchdogClient" )
|
CSelectableCore( pName, "WatchdogClient" )
|
||||||
{
|
{
|
||||||
// Create protocol
|
// Create protocol
|
||||||
Protocol = new CLiteProtocol( 50, '\x01', '\x02', '\x00' );
|
Protocol = new CLiteProtocol( 50, '\x02', '\x03', '\x00' );
|
||||||
Protocol->CreateCommand( ProcessName, "watchdog", "ping" );
|
Protocol->CreateCommand( ProcessName, "watchdog", "ping" );
|
||||||
|
|
||||||
// Start timer
|
// Start timer
|
||||||
|
|||||||
Reference in New Issue
Block a user