aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..298fc4e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# TCP toy project
+
+```
+# ./server
+./server: accepting connections on port 1234
+./server: will save files under `/var/tmp'
+./server: received 1165 of `fstab'
+
+```
+
+```
+# ./client localhost:1234 /etc/fstab
+./client: connecting to host localhost, port 1234
+./client: sending `/etc/fstab'
+./client: sent 1165 bytes of `/etc/fstab'
+
+```
+