|
OpenTTD Source 20251117-master-g7398d2e290
|
Public Member Functions | |
| MockNetworkSocketHandler (std::unique_ptr< NetworkEncryptionHandler > &&receive={}, std::unique_ptr< NetworkEncryptionHandler > &&send={}) | |
Public Member Functions inherited from NetworkSocketHandler | |
| NetworkSocketHandler ()=default | |
| Create a new unbound socket. | |
| virtual | ~NetworkSocketHandler ()=default |
| Close the socket when destructing the socket handler. | |
| void | MarkClosed () |
| Mark the connection as closed. | |
| bool | HasClientQuit () const |
| Whether the current client connected to the socket has quit. | |
| void | Reopen () |
| Reopen the socket so we can send/receive stuff again. | |
Additional Inherited Members | |
Protected Attributes inherited from NetworkSocketHandler | |
| std::unique_ptr< class NetworkEncryptionHandler > | receive_encryption_handler = nullptr |
| The handler for decrypting received packets. | |
| std::unique_ptr< class NetworkEncryptionHandler > | send_encryption_handler = nullptr |
| The handler for encrypting sent packets. | |
Definition at line 25 of file test_network_crypto.cpp.
|
inline |
Definition at line 27 of file test_network_crypto.cpp.