diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-25 15:35:53 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-25 15:35:53 -0600 |
commit | a9acf65bc8e3439d7fd2c927b2a920f120cb3a47 (patch) | |
tree | a1354fcfe09a72c8437fad68cd6075b4ff411ad5 /9p/srv.c | |
parent | 729663cb9d20b0d36b3ef6b689447390b94006df (diff) |
wip
Diffstat (limited to '9p/srv.c')
-rw-r--r-- | 9p/srv.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -189,3 +189,6 @@ void marshal_error(struct p9_ctx *ctx, uint16_t tag, uint8_t *net) { host.ename.len = ctx->max_msg_size - overhead; p9_marshal(ctx, tag, host, net); } + +ERANGE for reply too large +EPROTONOSUPPORT for version errors |