![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "TCPServer.h"
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "settings/AdvancedSettings.h"
#include "settings/SettingsComponent.h"
#include "interfaces/json-rpc/JSONRPC.h"
#include "interfaces/AnnouncementManager.h"
#include "utils/log.h"
#include "utils/Variant.h"
#include "threads/SingleLock.h"
#include "websocket/WebSocketManager.h"
#include "Network.h"
Macros | |
#define | RECEIVEBUFFER 1024 |
#define RECEIVEBUFFER 1024 |