Skip to content

builtin/broadcast.h

Namespaces

Classes

Types

Name
typedef int sock_t
using std::function< std::string(std::string const &data)> BroadcastCallbackHandler

Attributes

Name
const u_short BROADCAST_PORT

Defines

Types Documentation

typedef sock_t

typedef int sock_t;

using BroadcastCallbackHandler

using BroadcastCallbackHandler =  std::function<std::string(std::string const& data)>;

Attributes Documentation

variable BROADCAST_PORT

const u_short BROADCAST_PORT = 49888;

Macros Documentation

define closesocket

#define closesocket close

define INVALID_SOCKET

#define INVALID_SOCKET -1

Updated on 2025-06-04 at 19:55:32 +0000