From 9d7ca0fde8022bacf992c7b8c0053d1e28f4248b Mon Sep 17 00:00:00 2001 From: Striven <sg.striven@cutecat.club> Date: Sat, 13 Sep 2025 22:58:13 +0000 Subject: [PATCH] Refactor the docs structure --- 04_rendezvous/04_prudp_protocol.md | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/04_rendezvous/04_prudp_protocol.md b/04_rendezvous/04_prudp_protocol.md index e69de29..0be0834 100644 --- a/04_rendezvous/04_prudp_protocol.md +++ b/04_rendezvous/04_prudp_protocol.md @@ -0,0 +1,15 @@ +# RendezVous: PRUDP Protocol + +PRUDP probably stands for: "**P**rotected **R**eliable **U**ser **D**atagram **P**rotocol", as it is designed for adding connections, reliability, encryption and compression to UDP. To do this, it adds [connections](#connections), [ordering](#ordering), [fragmentation](#fragmentation) and [checksums](#checksums). + +## Connections + + + +## Ordering + +## Fragmentation + +## Checksums + +## Packet Format \ No newline at end of file -- Gitblit v1.10.0