From ecd60a09f2e259515bcf5f7e01cbbcc1e230651e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 3 Jun 2026 08:22:17 +0000 Subject: [PATCH] add reserved 3 declaration to Property to guard against field reuse Closes #4 --- pong.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pong.proto b/pong.proto index 1a7a928..295c453 100644 --- a/pong.proto +++ b/pong.proto @@ -29,6 +29,9 @@ message Property { // ISO 3166-1 alpha-2 country code of the slot ("US", "DE", …). string country = 2; + // Field number 3 was used by an earlier revision and must not be re-purposed. + 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.