X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=doc%2Fsrc%2Fabstract.tex;h=abf220ef9c93305ef461a77f25d6d0091de77108;hb=9a8004aad7630028ccafa207626a0100b06f2736;hp=97f3d10ff45ffb92c475fba731e80def532efe3c;hpb=89f719363f1abe0becd2e98e596f823e412c344d;p=p2p-kernel-protocol.git diff --git a/doc/src/abstract.tex b/doc/src/abstract.tex index 97f3d10..abf220e 100644 --- a/doc/src/abstract.tex +++ b/doc/src/abstract.tex @@ -1,3 +1,15 @@ \begin{abstract} -This is the abstract of the paper. +Peer-to-peer file sharing applications generate the largest amount of traffic +in the Internet nowadays. Over the past few years there was a lot of research +effort invested in this direction, analyzing and improving peer-to-peer +applications such as BitTorrent, Kazaa or Shareaza but also developing new +multiparty\cite{multiparty} protocols. + +This paper proposes a design for the SWIFT\cite{swift} generic multiparty +transport protocol. Although it is an application layer protocol, our +implementation resides at the kernel level. We believe that this approach +would reduce the Operating System latency and would offer better performance +than an userspace implementation such as a library. This paper also presents +a performance comparison between our approach and the best currently existing +solution, based on the \texttt{sendfile} system call. \end{abstract}