Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14211d02 authored by Nicolae Mogoreanu's avatar Nicolae Mogoreanu Committed by Eric Van Hensbergen
Browse files

9p: fix 9p.txt to advertise msize instead of maxdata



9p.txt advertises that maxdata mount option should be used to specify
msize, in the code though we use msize option and completely ignore
maxdata if passed

Signed-off-by: default avatarNicolae Mogoreanu <mogoreanu@gmail.com>
Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent 348b5901
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ OPTIONS

  wfdno=n	the file descriptor for writing with trans=fd

  maxdata=n	the number of bytes to use for 9p packet payload (msize)
  msize=n	the number of bytes to use for 9p packet payload

  port=n	port to connect to on the remote server