From 3faec6fbc2156a4d0de9bcacd8f2909df2169614 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sat, 4 Jun 2011 10:34:58 +0300 Subject: [PATCH] Add initial content to global README file. --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index e69de29..13149d9 100644 --- a/README +++ b/README @@ -0,0 +1,19 @@ +swifty - swift implementation in the Linux kernel + +Swift is a multiparty protocol implemented at Tranport Layer (layer 4) +in the OSI stack. It is a form of BitTorrent in kernel space. Check it +out here: http://libswift.org/ + +Top level directory structure: + +/README: this file + +/doc/: documentation files + +/src/raw/: raw socket based implementation of a multiparty transport +protcocol; this is used as a test bed before being ported in the kernel + +/src/lib/: old implementation/approach of using a wrapper library on top +of a specific swift-oriented API + +/src/kernel/: kernel implementaion of a multiparty transport protocol -- 2.20.1