From bee4ff9b9733eb6ec8c7a8100e6e3de0990c1003 Mon Sep 17 00:00:00 2001
From: Striven <sg.striven@cutecat.club>
Date: Tue, 09 Sep 2025 21:17:21 +0000
Subject: [PATCH] Add TODO

---
 04_rendezvous/05_rmc_protocol.md |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/04_rendezvous/05_rmc_protocol.md b/04_rendezvous/05_rmc_protocol.md
index 08f5034..0a4216f 100644
--- a/04_rendezvous/05_rmc_protocol.md
+++ b/04_rendezvous/05_rmc_protocol.md
@@ -83,8 +83,11 @@
 
 ### Successful Response Format
 
-> [!NOTE]
-> TODO: Document successful response
+| Name          | Description                                                                                                                                | Type                                            |
+|---------------|--------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
+| Call ID       | The nonce token for the call to associate the response to the request.                                                                     | `u32`                                           |
+| Method Name   | The method that was called by the client.                                                                                                  | [`String`](./03_rendezvous_structure.md#string) |
+| Response Data | Raw data to pass to the response handler, see the respective [protocol and method specification](#known-protocols) to write and read this. | `<remaining bytes>`                             |
 
 ### Unsuccessful Response Format
 

--
Gitblit v1.10.0