nigifabio / go9p

Automatically exported from code.google.com/p/go9p
Other
0 stars 0 forks source link

Shouldn't IOHDRSZ be 23 not 24?!?! #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Shouldn't IOHDRSZ be 23 not 24?!?!

Original issue reported on code.google.com by Evgeny.B...@gmail.com on 14 Sep 2010 at 6:34

GoogleCodeExporter commented 9 years ago
Sorry for the delay in replying. The comment in plan9's sys/include/fcall.h 
(which I assume you are basing this observation on) is actually wrong. The 
largest 9p header isn't Rread/Twrite, but Ropen/Rcreate, which contain a 
13-byte Qid. Here's the signature for Ropen:

size[4] Ropen tag[2] qid[13] iounit[4]

Original comment by mirtchov...@gmail.com on 19 Oct 2010 at 3:04