Use Linux-like indentation in mptp.c
[swifty.git] / README
1 swifty - swift implementation in the Linux kernel
2
3 Swift is a multiparty protocol implemented at Tranport Layer (layer 4)
4 in the OSI stack. It is a form of BitTorrent in kernel space. Check it
5 out here: http://libswift.org/
6
7 Top level directory structure:
8
9 /README: this file
10
11 /doc/: documentation files
12
13 /src/raw/: raw socket based implementation of a multiparty transport
14 protcocol; this is used as a test bed before being ported in the kernel
15
16 /src/lib/: old implementation/approach of using a wrapper library on top
17 of a specific swift-oriented API
18
19 /src/kernel/: kernel implementaion of a multiparty transport protocol