KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
server.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <kos/thread.h>
#include "speedtest.h"

Macros

#define BACKLOG   1
 
#define HTTP_PORT   80
 

Functions

void * server_thread (void *p)
 

Macro Definition Documentation

◆ BACKLOG

#define BACKLOG   1

Referenced by server_thread().

◆ HTTP_PORT

#define HTTP_PORT   80

Referenced by server_thread().

Function Documentation

◆ server_thread()