Return-Path: william@bourbon.usc.edu Delivery-Date: Fri Nov 7 19:50:37 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mA83oahq027714 for ; Fri, 7 Nov 2008 19:50:36 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mA83iq4I003114 for ; Fri, 7 Nov 2008 19:44:52 -0800 Message-Id: <200811080344.mA83iq4I003114@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: Final_Part1_delete Date: Fri, 07 Nov 2008 19:44:52 -0800 From: Bill Cheng Someone wrote: > I was working on the delete message and wanted to confirm the specs: > " > delete message (MessageType=0xBC) > Byte Pos Name Description > 27+ File Spec The File Spec is a specification for the file to delete. The spec should contain 3 lines: > > FileName=foo > SHA1=63de... > Nonce=fcca... > Password=bac9... > > The lines are separated by (i.e., "\r\n"). > " > > Does this imply that we should concatenate one of the 4 lines above to get 3 lines? It's a typo. It's fixed to say "4 lines". Thanks for catching it. -- Bill Cheng // bill.cheng@usc.edu