I am able to receive InSim packets from LFS over UDP without any trouble. However, if I send a IS_SMALL/SMALL_SSG packet after the IS_ISI packet to enable OutGauge over InSim, I get an error: "OutGauge: UDPPort was not specified". I do not have any OutGauge options specified in my cfg.txt.
When I initialize InSim, I'm sending UDPPort=0. According to the InSim docs:
It appears that in order for InSim to send OutGauge packets, UDPPort must be explicitly set to a non-zero value, else LFS complains with the error I gave above. Can anyone confirm this is/isn't in fact the case? If so, is this a bug?
When I initialize InSim, I'm sending UDPPort=0. According to the InSim docs:
// NOTE 1) UDPPort field when you connect using UDP:
// zero : LFS sends all packets to the port of the incoming packet
// non-zero : LFS sends all packets to the specified UDPPort
It appears that in order for InSim to send OutGauge packets, UDPPort must be explicitly set to a non-zero value, else LFS complains with the error I gave above. Can anyone confirm this is/isn't in fact the case? If so, is this a bug?