Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
socket.h File Reference
#include <ostream>
#include <cstring>
#include "address.h"
#include "irrlichttypes.h"
#include "networkexceptions.h"
+ Include dependency graph for socket.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UDPSocket
 

Functions

void sockets_init ()
 
void sockets_cleanup ()
 

Variables

bool socket_enable_debug_output
 

Function Documentation

◆ sockets_cleanup()

void sockets_cleanup ( )

References g_sockets_initialized.

Referenced by uninit_common().

+ Here is the caller graph for this function:

◆ sockets_init()

void sockets_init ( )

References g_sockets_initialized.

Referenced by init_common().

+ Here is the caller graph for this function:

Variable Documentation

◆ socket_enable_debug_output