aboutsummaryrefslogtreecommitdiff
path: root/spec/pt-spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-18 11:52:23 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-18 11:52:23 -0400
commitf3a4e07d42f346ffae3340b020850d3712ad9926 (patch)
treea0cd0b87120299bd8d9e50d1507c702424eda1e8 /spec/pt-spec
parentc04c13936fc497526eb52f6510837d94e8772189 (diff)
downloadtorspec-f3a4e07d42f346ffae3340b020850d3712ad9926.tar.gz
torspec-f3a4e07d42f346ffae3340b020850d3712ad9926.zip
Move intro files into their appropriate directories.
Diffstat (limited to 'spec/pt-spec')
-rw-r--r--spec/pt-spec/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/pt-spec/index.md b/spec/pt-spec/index.md
new file mode 100644
index 0000000..64b999e
--- /dev/null
+++ b/spec/pt-spec/index.md
@@ -0,0 +1,12 @@
+# Pluggable Transport Specification (Version 1)
+
+## Abstract
+
+Pluggable Transports (PTs) are a generic mechanism for the rapid
+development and deployment of censorship circumvention,
+based around the idea of modular sub-processes that transform
+traffic to defeat censors.
+
+This document specifies the sub-process startup, shutdown,
+and inter-process communication mechanisms required to utilize
+PTs.