Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pong.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down