* @brief Void constructor; don't forget to setup() the socket before use! */
| 58 | * @brief Void constructor; don't forget to setup() the socket before use! |
| 59 | */ |
| 60 | inet_stream_server::inet_stream_server(void) {} |
| 61 | |
| 62 | /** |
| 63 | * @brief Set up a server socket. |
nothing calls this directly
no outgoing calls
no test coverage detected