#include "OW_config.h"
#include "OW_Types.hpp"
#include "OW_NetworkTypes.hpp"
#include "OW_SocketFlags.hpp"
#include "OW_CommonFwd.hpp"
Include dependency graph for OW_SocketUtils.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
namespace | OW_NAMESPACE::SocketUtils |
Defines | |
#define | ETIMEDOUT 110 |
Functions | |
int | OW_NAMESPACE::SocketUtils::waitForIO (SocketHandle_t fd, int timeOutSecs, SocketFlags::EWaitDirectionFlag forInput) |
Wait for input or output on a socket. | |
String | OW_NAMESPACE::SocketUtils::inetAddrToString (UInt64 addr) |
String | OW_NAMESPACE::SocketUtils::getFullyQualifiedHostName () |
Get the fully qualified host name. |
|
Definition at line 44 of file OW_SocketUtils.hpp. Referenced by OW_NAMESPACE::Condition::doTimedWait(), OW_NAMESPACE::SocketBaseImpl::waitForInput(), and OW_NAMESPACE::SocketUtils::waitForIO(). |