Skip to content

Instantly share code, notes, and snippets.

View woodnathan's full-sized avatar

Nathan Wood woodnathan

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <netinet/in.h>
// Network Packet Struct
typedef struct {
int fd;
struct sockaddr_in cli_addr;