An Uppaal analysis of the connection setup of the TCP protocol.

Initial commit

Jip J. Dekker 177b453d

+36
+32
.gitignore
··· 1 + *.acn 2 + *.acr 3 + *.alg 4 + *.aux 5 + *.bbl 6 + *.blg 7 + *.dvi 8 + *.fdb_latexmk 9 + *.glg 10 + *.glo 11 + *.gls 12 + *.idx 13 + *.ilg 14 + *.ind 15 + *.ist 16 + *.lof 17 + *.log 18 + *.lot 19 + *.maf 20 + *.mtc 21 + *.mtc0 22 + *.nav 23 + *.nlo 24 + *.out 25 + *.pdfsync 26 + *.ps 27 + *.snm 28 + *.synctex.gz 29 + *.toc 30 + *.vrb 31 + *.xdy 32 + *.tdo
+4
README.md
··· 1 + TCP-setup-uppaal 2 + ================ 3 + 4 + An Uppaal analysis of the connection setup of the TCP protocol.