#include "blocxx/BLOCXX_config.h"#include "blocxx/Types.hpp"#include "blocxx/NetworkTypes.hpp"#include "blocxx/SocketFlags.hpp"#include "blocxx/CommonFwd.hpp"Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| namespace | BLOCXX_NAMESPACE::SocketUtils |
Defines | |
| #define | ETIMEDOUT 110 |
Functions | |
| int | BLOCXX_NAMESPACE::SocketUtils::waitForIO (SocketHandle_t fd, int timeOutSecs, SocketFlags::EWaitDirectionFlag forInput) |
| Wait for input or output on a socket. | |
| String | BLOCXX_NAMESPACE::SocketUtils::inetAddrToString (UInt64 addr) |
| String | BLOCXX_NAMESPACE::SocketUtils::getFullyQualifiedHostName () |
| Get the fully qualified host name. | |
|
|
Definition at line 46 of file SocketUtils.hpp. Referenced by BLOCXX_NAMESPACE::Condition::doTimedWait(), BLOCXX_NAMESPACE::SocketBaseImpl::waitForInput(), and BLOCXX_NAMESPACE::SocketUtils::waitForIO(). |
1.4.6