From 6340cffbdbee09a21b156ec9d887171f311f6fee Mon Sep 17 00:00:00 2001 From: VasilevNStas Date: Sun, 5 Jul 2026 12:51:02 +0300 Subject: [PATCH] #4 pong.proto: protect deleted field 3 in Property --- pong.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pong.proto b/pong.proto index 7606fa2..a055cd3 100644 --- a/pong.proto +++ b/pong.proto @@ -29,6 +29,8 @@ message Property { // ISO 3166-1 alpha-2 country code of the slot ("US", "DE", …). string country = 2; + reserved 3; + // Public IPv4 of the Node currently backing this slot, in dotted // form ("203.0.113.7"). Empty / "0.0.0.0" while the slot is // detached.