From 7d910d8fe2cd1bfa93adb19c7aeaecc7909aa8f1 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sun, 26 May 2024 10:22:42 -0400 Subject: [PATCH] feat: implement TCP --- config.py | 1 + src/tcp/index.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/tcp/index.md diff --git a/config.py b/config.py index e04697b8..a06fdfc1 100644 --- a/config.py +++ b/config.py @@ -45,6 +45,7 @@ "undo", "vm", "debugger", + "tcp", "finale", ] diff --git a/src/tcp/index.md b/src/tcp/index.md new file mode 100644 index 00000000..ac80074e --- /dev/null +++ b/src/tcp/index.md @@ -0,0 +1,9 @@ +--- +title: "TCP" +abstract: > + FIXME +syllabus: +- FIXME +--- + +[%fixme "create TCP on top of UDP in a discrete event simulator" %] [%issue 276 %]