* @deprecated (use is_connected()) * * Look up if socket is connected. */
| 196 | * Look up if socket is connected. |
| 197 | */ |
| 198 | bool dgram_client_socket::getconn(void) const { return is_connected(); } |
| 199 | |
| 200 | /** |
| 201 | * Returns true if the socket is in a connected state. |
nothing calls this directly
no outgoing calls
no test coverage detected