diff options
author | Edoardo La Greca | 2025-07-12 19:14:26 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-07-12 19:14:26 +0200 |
commit | 9dc3f40ddbfd635b5e8cebe1c1748145b4384ed9 (patch) | |
tree | be051d6abac141d3a940e0016e4d618df91a9749 /src/main/kotlin/NinePTranslator.kt | |
parent | c916a1c14813fbb96288b0c75efd29e01ee6a0df (diff) |
tmp
Diffstat (limited to 'src/main/kotlin/NinePTranslator.kt')
-rw-r--r-- | src/main/kotlin/NinePTranslator.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/kotlin/NinePTranslator.kt b/src/main/kotlin/NinePTranslator.kt index c976cd9..a4dab41 100644 --- a/src/main/kotlin/NinePTranslator.kt +++ b/src/main/kotlin/NinePTranslator.kt @@ -12,6 +12,10 @@ TODO: interface NinePTranslator { /** * Negotiate protocol version. + * + * This must be the first message sent on the 9P connection and no other requests can be issued until a response has + * been received. + * Tag should be NOTAG ((ushort)~0) */ fun version() |