diff options
Diffstat (limited to '9p/9P2000.e.txt')
-rw-r--r-- | 9p/9P2000.e.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/9p/9P2000.e.txt b/9p/9P2000.e.txt index f926dc0..22f056e 100644 --- a/9p/9P2000.e.txt +++ b/9p/9P2000.e.txt @@ -8,4 +8,9 @@ # https://github.com/cloudozer/ling/blob/master/doc/9p2000e.md version "9P2000.e" -# TODO +150/Tsession = "key[8]" +151/Rsession = "" +152/Tsread = "fid[4] nwname[2] nwname*(wname[s])" +153/Rsread = "data[d]" +154/Tswrite = "Tswrite tag[2] fid[4] nwname[2] nwname*(wname[s]) data[d]" +155/Rswrite = "count[4]" |