From a9acf65bc8e3439d7fd2c927b2a920f120cb3a47 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 25 Sep 2024 15:35:53 -0600 Subject: wip --- 9p/srv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to '9p/srv.c') diff --git a/9p/srv.c b/9p/srv.c index 652a76b..59326c9 100644 --- a/9p/srv.c +++ b/9p/srv.c @@ -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 -- cgit v1.2.3-2-g168b