aboutsummaryrefslogtreecommitdiffstats
path: root/sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'sockets.c')
-rw-r--r--sockets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sockets.c b/sockets.c
index cf1e7a7..47955b1 100644
--- a/sockets.c
+++ b/sockets.c
@@ -1,3 +1,4 @@
+// A total mess of attempts at socket programming. (Relatively successful.)
#include<stdio.h>
#include<string.h>
#include<sys/socket.h>