Talk:Multiplayer protocol

From FlightGear wiki
Jump to navigation Jump to search

Regarding some properties

The property list ... has no marking V1_2_PROP_ID … instead, there are properties marked with V1_1_2_PROP_ID.

Additionally, the property with ID 10 (sim/multiplay/protocol-version) is marked with V1_1_PROP_ID … but if i switch to the old protocol, this prop will not transmitted.

Johan G (Talk | contribs) 14:56, 8 November 2020 (EST)

Hmmm, I think this line Properties marked as V1_2_PROP_ID will only be … should be Properties marked as V1_1_2_PROP_ID will only be … because version in header is 1.1 … only the version property stay at 2

So I think 1_1_2 means 1.1 (major_minor) from the header … and the 2 means protocol out of the property

Johan G (Talk | contribs) 15:11, 8 November 2020 (EST)

The corrections have been made as V1_1_2_PROP_ID is the correct ID and V1_2_PROP_ID is the value prior to renaming to be consistent with the numbering scheme of VPROTO_VER(Major)_PROTO_VER(Minor)_MsgVersion where MsgVersion is 2 for 2017.2 and 1 for Compatible (i.e. the version used since FlightGear 3.x)

Richard (Talk) wiki contribs