Documenting the protocols, structures and concepts used by Hyperscape.
Striven
2026-02-20 2c26434de9a7ffcfdd83114129189619b2328112
04_rendezvous/04_prudp_protocol.md
@@ -12,13 +12,13 @@
#### Client->Server Payload
| Name | Description | Type |
|------|-------------|------|
| Public Key | The client's _public key_. | [`Buffer`](./03_structure.md#structure-buffer) |
| Public Key | The client's _public key_. | [`Buffer`](03_structure.md#structure-buffer) |
#### Server->Client Payload
| Name | Description | Type |
|------|-------------|------|
| Public Key Signature | Presumably, the client's _public key_ signed by the server's _private key_. | [`Buffer`](./03_structure.md#structure-buffer) |
| Public Key | The server's _public key_. | [`Buffer`](./03_structure.md#structure-buffer) |
| Public Key Signature | Presumably, the client's _public key_ signed by the server's _private key_. | [`Buffer`](03_structure.md#structure-buffer) |
| Public Key | The server's _public key_. | [`Buffer`](03_structure.md#structure-buffer) |
### Packet: `DATA`
### Packet: `DISCONNECT`