lionkov / go9p

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
20 stars 7 forks source link

Add other open mode flags to 9p according to 9p.h #41

Closed edahlgren closed 9 years ago

edahlgren commented 9 years ago

Currently the open modes available don't allow client to open files append only nor to exclude file access to a single client. These bits are available in 9p:

http://lxr.free-electrons.com/source/include/net/9p/9p.h#L223

This standardizes the flags to be hex (seems to be what everything else is) and completes the set.