Skip to content

Instantly share code, notes, and snippets.

View simon-p-r's full-sized avatar
🏠
Working from home

Simon R simon-p-r

🏠
Working from home
  • Hertfordshire, UK
View GitHub Profile
#include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <uv.h>
#define DEFAULT_PORT 7000
#define DEFAULT_BACKLOG 128