| 38 | |
| 39 | protected: |
| 40 | void onError(int error, const std::string& category, const std::string& message) override |
| 41 | { |
| 42 | std::cout << "SSL session caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 43 | } |
| 44 | }; |
| 45 | |
| 46 | class MulticastServer : public SSLServer |
nothing calls this directly
no outgoing calls
no test coverage detected