Changes

414 bytes added ,  07:19, 26 November 2022
Line 1,014: Line 1,014:     
The Pia packet handlers are only active when the game is using multiplayer. LanProtocol is only active in the games which are actively using the LAN-mode option (not Ldn) - only certain games support LAN-mode. Most (?) non-LAN packets require an active StationProtocol connection to be active with {InetAddr which the packet was received from}, otherwise the packet is filtered out.
 
The Pia packet handlers are only active when the game is using multiplayer. LanProtocol is only active in the games which are actively using the LAN-mode option (not Ldn) - only certain games support LAN-mode. Most (?) non-LAN packets require an active StationProtocol connection to be active with {InetAddr which the packet was received from}, otherwise the packet is filtered out.
 +
 +
The packet handler for Pia-encapsulated messages with LanProtocol can only be reached when the device is in a LAN lobby, not when only searching for lobbies. Note that broadcast IP-dest Pia packets are accepted - this can be used to target every device on the network which is using Pia (which is really only useful with LanProtocol due to the filtering mentioned above, unless one also handles StationProtocol).
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"