From 455aa57617648da35319894f325728b490598716 Mon Sep 17 00:00:00 2001 From: sasaxie Date: Sat, 31 Mar 2018 00:01:10 +0800 Subject: [PATCH] add message reason code: reset --- core/Tron.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Tron.proto b/core/Tron.proto index 60728e653cb..481fdf60f34 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -195,6 +195,7 @@ enum ReasonCode { LOCAL_IDENTITY = 10; PING_TIMEOUT = 11; USER_REASON = 12; + RESET = 16; UNKNOWN = 255; }