KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
speedtest.h File Reference
#include <kos/thread.h>
#include <sys/socket.h>
#include <netinet/in.h>

Go to the source code of this file.

Data Structures

struct  http_state_t
 

Macros

#define MSG_NONE   0
 
#define DETACHED_THREAD   1
 

Enumerations

enum  http_method_t { METHOD_GET = 1 , METHOD_POST = 2 }
 

Functions

void * server_thread (void *p)
 
void * handle_request (void *p)
 

Macro Definition Documentation

◆ DETACHED_THREAD

#define DETACHED_THREAD   1

Referenced by main(), and server_thread().

◆ MSG_NONE

#define MSG_NONE   0

Referenced by handle_request(), send_code(), and send_ok().

Enumeration Type Documentation

◆ http_method_t

Enumerator
METHOD_GET 
METHOD_POST 

Function Documentation

◆ handle_request()

◆ server_thread()