tangled
alpha
login
or
join now
dekker.one
/
TCP-setup-uppaal
0
fork
atom
An Uppaal analysis of the connection setup of the TCP protocol.
0
fork
atom
overview
issues
pulls
pipelines
Initial commit of the report
Ben Brücker
12 years ago
d61b2e84
08c90f93
+23
2 changed files
expand all
collapse all
unified
split
.gitignore
Report
GDN.tex
+1
.gitignore
···
30
30
*.vrb
31
31
*.xdy
32
32
*.tdo
33
33
+
*.pdf
+22
Report/GDN.tex
···
1
1
+
\documentclass[11pt,a4paper]{article}
2
2
+
\usepackage[utf8]{inputenc}
3
3
+
\usepackage[british]{babel}
4
4
+
\usepackage{amsmath}
5
5
+
\usepackage{amsfonts}
6
6
+
\usepackage{amssymb}
7
7
+
\usepackage{algpseudocode}
8
8
+
\usepackage{graphicx}
9
9
+
\author{Jip Dekker\\4122100 \and Ben Br\"ucker\\0413291}
10
10
+
\title{Model checking of the TCP 3-way handshake}
11
11
+
12
12
+
13
13
+
\begin{document}
14
14
+
\maketitle
15
15
+
16
16
+
\section*{Introduction}
17
17
+
18
18
+
19
19
+
\section*{Conclusions}
20
20
+
21
21
+
22
22
+
\end{document}