diff options
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() |