From 6ec9cfe422bc11f2ea70b6488e9bc24e11a421f5 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Sun, 2 May 2004 07:36:36 +0000 Subject: [PATCH] Explanation of the files here. svn path=/trunk/; revision=9278 --- reactos/lib/oskittcp/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 reactos/lib/oskittcp/README diff --git a/reactos/lib/oskittcp/README b/reactos/lib/oskittcp/README new file mode 100644 index 00000000000..a78d4e5bbf0 --- /dev/null +++ b/reactos/lib/oskittcp/README @@ -0,0 +1,5 @@ +These files are originally from the freebsd TCP stack contained on oskit. +Only files relevent to TCP are here, along with assorted interfaces that +are needed to make them useful. Overall, I intend this to implement a +generic, standalone TCP library that can be used with any IP machinery +required.