From a5c53f7c29899a9286ff50b81b2aaeb09906893a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 4 Sep 2022 07:39:31 +0300 Subject: [PATCH 62/62] Protocol: Make connection count UINT16 in PACKET_CONN_PING_INFO See osdn #45501 Signed-off-by: Marko Lindqvist --- common/networking/packets.def | 2 +- fc_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/networking/packets.def b/common/networking/packets.def index 85cc2ea874..26ca72e016 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -1262,7 +1262,7 @@ end # Information about the ping times of the connections. PACKET_CONN_PING_INFO = 116; sc, lsend - UINT8 connections; + UINT16 connections; CONNECTION conn_id[MAX_NUM_CONNECTIONS:connections]; SFLOAT10x6 ping_time[MAX_NUM_CONNECTIONS:connections]; end diff --git a/fc_version b/fc_version index 99e84d69d5..b68d2e9b57 100755 --- a/fc_version +++ b/fc_version @@ -60,7 +60,7 @@ DEFAULT_FOLLOW_TAG=S3_1 # - No new mandatory capabilities can be added to the release branch; doing # so would break network capability of supposedly "compatible" releases. # -NETWORK_CAPSTRING="+Freeciv.Devel-3.1-2022.Aug.28" +NETWORK_CAPSTRING="+Freeciv.Devel-3.1-2022.Sep.04" FREECIV_DISTRIBUTOR="" -- 2.35.1