From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "John E. Barham" Message-ID: Content-Transfer-Encoding: 7BIT References: <055001c3bec1$6a449170$6739a8c0@hpn5415> Subject: Re: [9fans] venti workalike in Python Date: Thu, 11 Dec 2003 09:46:02 +0000 Topicbox-Message-UUID: 9f581384-eacc-11e9-9e20-41e7f4b1d025 > > Having said that, is there any documentation on the venti protocol apart > > from the source? > > Not really, but here's a summary. > > Venti uses a simple RPC protocol with only a few messages: > ... Many thanks. > size[2] QSync tag[1] > size[2] RSync tag[1] These aren't in the source I have. Presumably they were added relatively recently. I assume they mean save all transactions to disk? John