Package crow.game.ha0.proto
package crow.game.ha0.proto
This package contains the protocol objects for what I call "ha0", the high-availability protocol
details for communicating between rathena map, char, and login servers.
Importantly, I'd like to build the crow-specific HA stuff via different a protocols, maybe grpc or http, so i am separating out the rathena specific bits.
A server can (AND SHOULD) run the login server on port A and then run the char-to-login server on port B.
-
ClassDescriptionMessage sent when the map or char server want to update the users data, seemingly to update data that can be recalled by OTHER map servers.