automatically determine the correct BB private key for each client
This commit is contained in:
+2
-2
@@ -74,8 +74,8 @@ struct Client {
|
||||
uint16_t flags;
|
||||
|
||||
// Encryption
|
||||
std::unique_ptr<PSOEncryption> crypt_in;
|
||||
std::unique_ptr<PSOEncryption> crypt_out;
|
||||
std::shared_ptr<PSOEncryption> crypt_in;
|
||||
std::shared_ptr<PSOEncryption> crypt_out;
|
||||
|
||||
// Network
|
||||
struct sockaddr_storage local_addr;
|
||||
|
||||
Reference in New Issue
Block a user