15 lines
232 B
Typst
15 lines
232 B
Typst
#import "/docs.typ": docs-page, note, tip, warn
|
|
|
|
#show: docs-page.with(
|
|
route: "/network/",
|
|
title: [Network Protocols],
|
|
)
|
|
|
|
= Collision Prevention
|
|
== Checkbit
|
|
== Queue
|
|
= Load Balancing
|
|
= Private Channels
|
|
= Self Syncing Protocol
|
|
|