aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Transport.SimpleTCP/README.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-08 20:21:28 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-08 20:21:28 -0500
commitd8ce30ec20a41b5ddaf4f0b91f051cb479c3279c (patch)
tree0c88da3e0ff2166189d36538d68f2256e090d8e4 /lib/Net.Transport.SimpleTCP/README.md
parent4e33bf6c8cb365fd771f7e06649c4f49d3397463 (diff)
Readme build updates
Diffstat (limited to 'lib/Net.Transport.SimpleTCP/README.md')
-rw-r--r--lib/Net.Transport.SimpleTCP/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Net.Transport.SimpleTCP/README.md b/lib/Net.Transport.SimpleTCP/README.md
index 2db8775..e61e1ba 100644
--- a/lib/Net.Transport.SimpleTCP/README.md
+++ b/lib/Net.Transport.SimpleTCP/README.md
@@ -4,6 +4,9 @@ _A managed .NET simple, high performance - single process, low/no allocation, fu
This library was created for use with the VNLib.Net.Http library and subsequent stacked framework libraries, however it was designed to be useful as a standalone high-performance .NET tcp listener. This library relies on the managed .NET [System.IO.Pipelines](https://github.com/dotnet/docs/blob/main/docs/standard/io/pipelines.md) library, and the **VNLib.Utils** library.
+#### Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
+
##### SSL Support
The TcpServer manages ssl/tls using the SslStream class to make tls as transparent to the application as possible. The server manages authentication and negotiation based on the configured `SslServerAuthenticationOptions`