* Whether a connection is allowed or not at this moment. * @return Whether the connection is allowed. */ static */
| 89 | * @return Whether the connection is allowed. |
| 90 | */ |
| 91 | /* static */ bool ServerNetworkAdminSocketHandler::AllowConnection() |
| 92 | { |
| 93 | return _settings_client.network.AdminAuthenticationConfigured() && ServerNetworkAdminSocketHandler::CanAllocateItem(); |
| 94 | } |
| 95 | |
| 96 | /** Send the packets for the server sockets. */ |
| 97 | /* static */ void ServerNetworkAdminSocketHandler::Send() |
nothing calls this directly
no test coverage detected