-
Notifications
You must be signed in to change notification settings - Fork 3
/
texput.tex
77 lines (54 loc) · 1.6 KB
/
texput.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
% Emacs, this is -*-latex-*-
% texput
%\newcommand{\note}[1]{\color{red}{\vbox{\textbf{#1}}}}
\newcommand{\note}[1]{#1}
%\newenvironment{note}
% {\begin{tabular}{|p{0.9\textwidth}|}
% \hline\\
% }
% {
% \\\\\hline
% \end{tabular}
%}
\newenvironment{notex}
{\textbf{Note:}
}
{
}
\title{P2PSP (Peer-to-Peer Straightforward Protocol)}
\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}
\section*{Notation}
\emph{Cursive is used the first time a P2PSP-related term/concept is introduced, and for key concepts or ideas.}
\section*{Introduction}
P2PSP has a modular design organized in \emph{sets of rules}, where
each module is especialized in implementing different functionalities.
\tableofcontents
\section{LBS (Load Balancing Set)}
\input{LBS/body}
\section{DBS (Data Broadcasting Set)}
\input{DBS/body}
\section{ACS (Adaptive Capacity Set)}
\input{ACS/body}
\section{FCS (Free-riding Control Set)}
\input{FCS/body}
\section{IMS (Ip Multicast Set)}
\input{IMS/body}
\section{TAS (Topology Adaptation Set)}
\input{TAS/body}
\section{MRS (Massively-lost chunk Recovery Set)}
\input{MRS/body}
\section{NTS (NAT Traversal Set)}
\input{NTS/body}
\section{MCS (Multi-Channel Set)}
\input{MCS/body}
\section{CIS (Content Integrity Set)}
\input{CIS/body}
%\section{DPS (Data Privacy Set)}
%\input{DPS/body}
%\printglossary[type=\acronymtype]
%\printglossary
%\printglossary
\bibliography{networking,P2P,streaming,misc,simulcasting,SVC,MDC,local}