blocxx
Namespaces | Defines | Functions

SocketUtils.hpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/Types.hpp"
#include "blocxx/NetworkTypes.hpp"
#include "blocxx/SocketFlags.hpp"
#include "blocxx/CommonFwd.hpp"
#include "blocxx/SocketFlags.hpp"

Go to the source code of this file.

Namespaces

namespace  BLOCXX_NAMESPACE
 

Taken from RFC 1321.


namespace  BLOCXX_NAMESPACE::SocketUtils

Defines

#define ETIMEDOUT   110

Functions

int BLOCXX_NAMESPACE::SocketUtils::waitForIO (SocketHandle_t fd, int timeOutSecs, SocketFlags::EWaitDirectionFlag forInput) BLOCXX_DEPRECATED
 Wait for input or output on a socket.
int BLOCXX_NAMESPACE::SocketUtils::waitForIO (SocketHandle_t fd, const Timeout &timeout, 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.

Define Documentation

#define ETIMEDOUT   110