Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Network.h File Reference
#include <string>
#include <vector>
#include "settings/lib/ISettingCallback.h"
#include "PlatformDefs.h"

Classes

class  CNetworkInterface
 
class  CNetworkBase
 

Functions

std::vector< SOCKETCreateTCPServerSocket (const int port, const bool bindLocal, const int backlog, const char *callerName)
 

Function Documentation

◆ CreateTCPServerSocket()

std::vector< SOCKET > CreateTCPServerSocket ( const int port,
const bool bindLocal,
const int backlog,
const char * callerName )