From 4805388bf477930190c41815bae01eb9c20b73bb Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 4 Sep 2022 07:38:05 +0300 Subject: [PATCH 63/63] 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 8bdd1a1c1e..b10d40abcf 100644 --- a/common/networking/packets.def +++ b/common/networking/packets.def @@ -1270,7 +1270,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 3073880894..a72d044059 100755 --- a/fc_version +++ b/fc_version @@ -60,7 +60,7 @@ DEFAULT_FOLLOW_TAG=S3_2 # - 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.2-2022.Sep.04" +NETWORK_CAPSTRING="+Freeciv.Devel-3.2-2022.Sep.04b" FREECIV_DISTRIBUTOR="" -- 2.35.1