Browse Source

comment out refs to nonexistant sections

Juan Batiz-Benet 11 years ago
parent
commit
4e8a7c6b10
1 changed files with 7 additions and 7 deletions
  1. 7 7
      papers/ipfs/ipfs.tex

+ 7 - 7
papers/ipfs/ipfs.tex

@@ -64,13 +64,13 @@ This paper introduces
 IPFS, a novel peer-to-peer version-controlled filesystem;
 and BitSwap, the novel peer-to-peer block exchange protocol serving IPFS.
 
-The rest of the paper is organized as follows.
-Section 2 describes the design of the filesystem.
-Section 3 evaluates various facets of the system under benchmark and common
-workloads.
-Section 4 presents and evaluates a world-wide deployment of IPFS.
-Section 5 describes existing and potential applications of IPFS.
-Section 6 discusses related and future work.
+%The rest of the paper is organized as follows.
+%Section 2 describes the design of the filesystem.
+%Section 3 evaluates various facets of the system under benchmark and common
+%workloads.
+%Section 4 presents and evaluates a world-wide deployment of IPFS.
+%Section 5 describes existing and potential applications of IPFS.
+%Section 6 discusses related and future work.
 
 Notation Notes:
 (a) data structures are specified in Go syntax,