* @brief Returns true when a DNS lookup is currently in flight. */
| 309 | * @brief Returns true when a DNS lookup is currently in flight. |
| 310 | */ |
| 311 | bool IO::Drivers::Network::lookupActive() const |
| 312 | { |
| 313 | return m_lookupActive; |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * @brief Returns the current socket type as an index of the list returned by socketType(). |