Skip to content

Commit c4899dc

Browse files
committed
docs: remove sections that are incorrect
1 parent 896c9e2 commit c4899dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

UNIXFS.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ This data is serialized and placed inside the 'Data' field of the outer merkleda
7777

7878
For files comprised of a single block, the 'Type' field will be set to 'File', 'filesize' will be set to the total number of bytes in the file and the file data will be stored in the 'Data' field.
7979

80-
The serialized size of a UnixFS node must not exceed 256KiB in order to work will with the [Bitswap] protocol.
81-
8280
## Metadata
8381

8482
UnixFS currently supports two optional metadata fields:
@@ -98,8 +96,6 @@ To aid in deduplication of data even for small files, file data can be stored in
9896

9997
As a further optimization, if the `File` node's serialized size is small, it may be inlined into its v1 [CID] by using the [`identity`](https://github.com/multiformats/multicodec/blob/master/table.csv) [multihash].
10098

101-
Such [CID]s must consist of 23 bytes or fewer in order for them to fit inside the 63 character limit for a DNS label when encoded in base32 (see [RFC1035 Section 2.3.1](https://tools.ietf.org/html/rfc1035#section-2.3.1)).
102-
10399
## Importing
104100

105101
Importing a file into unixfs is split up into two parts. The first is chunking, the second is layout.

0 commit comments

Comments
 (0)