Re: [9fans] 9P reading directories client/server behavior

2021-03-09 Thread Anthony Martin
nicolagi via 9fans <9fans@9fans.net> once said: > The only question that still stands is the last in my original post: > What happens and what should happen when a dir entry is larger than > msize-24? Possibly written from a connection with a large msize, and to > be read from a connection with a

[9fans] Re: Plan 9 in Summer of Code

2021-03-09 Thread Federico Benavento
KUDOS! > On 9 Mar 2021, at 16:08, Anthony Sorace wrote: > > Google has just posted the list of accepted organizations for Summer of Code > 2021, and I'm happy to report that Plan 9 has been accepted! > > The first wave of eager student applicants is already checking out the ideas > pages

[9fans] Plan 9 in Summer of Code

2021-03-09 Thread Anthony Sorace
Google has just posted the list of accepted organizations for Summer of Code 2021, and I'm happy to report that Plan 9 has been accepted! The first wave of eager student applicants is already checking out the ideas pages for the orgs on the list, and that'll keep up for the next few weeks. If

Re: [9fans] 9P reading directories client/server behavior

2021-03-09 Thread nicolagi via 9fans
As it often happens to me, a few minutes after hitting send, I am enlightened and embarassed. :-) I had a bit of tunnel vision there, and didn't think of looking at another 9P trace. When I run "9p ls foo/bar" I get the below trace, which answers most of my questions. Tread tag 0 fid 1

[9fans] 9P reading directories client/server behavior

2021-03-09 Thread nicolagi via 9fans
Dear 9fans, I'm confused regarding the correct behavior for a Tread handler for directories, and the corresponding correct behavior for a client that wants to read the whole contents of a directory. I was trying to use 9fans/go/plan9/client.Fid.Dirreadall