readme begin

pull/58/head
Levi Rak 2017-06-02 10:20:40 -06:00
parent 58dce0062b
commit 166f68c49d
1 changed files with 21 additions and 0 deletions

View File

@ -19,3 +19,24 @@ examples are neither the most sophisticated nor robust. Instead, these examples
are intended to be easy to follow and clear in demonstrating the basic
procedure. It cannot be guaranteed that these programs will will be free of
memory leaks, especially in error conditions.
Tutorial
========
This portion of the `README` is dedicated to walking you through creating most
of the files in this directory. Before we begin, a note: all references to
files are made relative to this `tls/` directory. Any file reference should
then be modified to point to the correct location. It is also recommended that
you make a new directory to write your files into. If you make a new
subdirectory in the `tls/` directory, simply append an extra `../` to the front
of any file path. Another excellent choice is to make a new directory in the
root directory of this repository, such that there is no need to change the
file path.
## Table of contents
1. [A simple TCP client/server pair](#a-simple-tcp-client_server-pair)
<!-- TODO: table of contents -->
## A simple TCP client/server pair
test