psforever / PSF-LoginServer

Emulated PlanetSide 1 world and login server by the PSForever project.
https://psforever.net
GNU General Public License v3.0
75 stars 46 forks source link

Correctly handle SlottedMetaPacket #3

Open pschord opened 8 years ago

pschord commented 8 years ago

The current implementation is a hack. These packets are treated specially in the PS client (they are "slots" for reliable subpackets). The client only has 8 slots and the way it selects between them is strange.

Additionally, the server does not handle this packet type at all. The client will disconnect without this being handled.

pschord commented 8 years ago

This packet is now correctly encodable and decodable as of c7f70e3543ab199006c011edf9cca39fab862216

pschord commented 8 years ago

Responses to SlottedMetaPackets come from RelatedB* or RelatedA* packets.

pschord commented 8 years ago

Unknown7 and 8 are named and are definitely related to SlottedMetaPacket (11298c1a)