Skip to content

Commit a75b7b4

Browse files
mark protobuf ping message as deprecated
1 parent 27d2a58 commit a75b7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routing/kad-dht.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ message Message {
656656
ADD_PROVIDER = 2;
657657
GET_PROVIDERS = 3;
658658
FIND_NODE = 4;
659-
PING = 5;
659+
PING = 5; // DEPRECATED
660660
}
661661
662662
enum ConnectionType {

0 commit comments

Comments
 (0)