File: tcp.tex

package info (click to toggle)
ns2 2.35%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 78,756 kB
  • ctags: 27,476
  • sloc: cpp: 172,923; tcl: 107,130; perl: 6,391; sh: 6,143; ansic: 5,846; makefile: 812; awk: 525; csh: 355
file content (35 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (8)
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
%
%
% Q's for sally:
%	timestamps are supplied in each packet, and any new ACK
%	triggers an update to the estimator, but yet there is
%	other (unused?) code which apparently looks like it once
%	did the one measurement per window of data... what's the
%	story on that?
%
\documentclass{article}

\PassOptionsToPackage{draft}{MyPreamble}
%%\usepackage[widen-page,skrunch-figures]{MyPreamble}
%%\usepackage[widen-page,skrunch-figures]
\usepackage{nsDoc}
\include{localhack}
\newcommand{\shdr}[3]{\htmladdnormallink{#1}{#2}\label{#3}}

\begin{document}

\title{\nsTcl\ internals documentation}
\author{%
  Kevin Fall \tup{kfall@ee.lbl.gov}\\
  Kannan Varadhan \tup{kannan@catarina.usc.edu}}
\date{\today}

\def\c#1{\ensuremath{C_{#1}}}
\def\d#1{\ensuremath{D_{#1}}}

% \maketitle

\input{../tcp.tex}


\end{document}