aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-10-29 16:59:47 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-10-30 00:27:20 +0300
commitbf5e1802f467b957f616da1ae939c8a10d8b86ce (patch)
treec5056e57dd6f2d7a89e146cf8eb5df138aa33088 /README.md
downloadtcp-bf5e1802f467b957f616da1ae939c8a10d8b86ce.tar.gz
Initial commit
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'
+
+```
+