-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathccp-sigcomm18.tex
75 lines (68 loc) · 2.29 KB
/
ccp-sigcomm18.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
\documentclass[format=sigconf,10pt,natbib=false]{acmart}
\usepackage{geometry}
%\topmargin -0.5in
%\headheight 0pt
%\textheight 9.25in
%\settopmatter{printacmref=false}
% remove the annoying header on each page
%\fancyhead{}
\input{packages}
%\captionsetup[figure]{belowskip=-5pt, aboveskip=5pt}
%\setlength{\abovedisplayskip}{0pt}
%\setlength{\belowdisplayskip}{-5pt}
\begin{document}
\title{Restructuring Endpoint Congestion Control}
\author{Akshay Narayan, Frank Cangialosi, Deepti Raghavan, Prateesh Goyal}
\author{Srinivas Narayana, Radhika Mittal, Mohammad Alizadeh, Hari Balakrishnan}
\email{[email protected]}
\affiliation{MIT Computer Science and Artificial Intelligence Laboratory}
%\email{{akshayn,frankc,deeptir,prateesh,alephtwo,alizadeh,hari}@csail.mit.edu, [email protected]}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10003033.10003039.10003048</concept_id>
<concept_desc>Networks~Transport protocols</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003039.10003040</concept_id>
<concept_desc>Networks~Network protocol design</concept_desc>
<concept_significance>300</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\acmYear{2018}\copyrightyear{2018}
\setcopyright{acmlicensed}
\acmConference[SIGCOMM '18]{SIGCOMM '18: SIGCOMM 2018}{August 20--25, 2018}{Budapest, Hungary}
\acmBooktitle{SIGCOMM '18: SIGCOMM 2018, August 20--25, 2018, Budapest, Hungary}
\acmPrice{15.00}
\acmDOI{10.1145/3230543.3230553}
\acmISBN{978-1-4503-5567-4/18/08}
\ccsdesc[500]{Networks~Transport protocols}
\ccsdesc[300]{Networks~Network protocol design}
\keywords{Congestion control, Operating systems}
% fix right arrow in CCS keywords
\settopmatter{printacmref=false} % Removes citation information below abstract
\newcommand*{\origrightarrow}{$\rightarrow$}
\let\oldarrow\textrightarrow
\renewcommand*{\textrightarrow}{\fontfamily{cmr}\selectfont\origrightarrow}
\renewcommand{\shortauthors}{Akshay Narayan, Frank Cangialosi, Deepti Raghavan, et al.}
\begin{sloppypar}
\include{abstract}
\maketitle
\input{intro}
\input{related}
\input{design}
\input{ccp}
\input{datapath}
\input{capabilities}
\input{eval}
\input{concl}
\input{acks}
\bibliographystyle{abbrv}
\bibliography{ccp}
\begin{appendices}
\input{reproduce}
\end{appendices}
\end{sloppypar}
\end{document}