Skip to content

Commit

Permalink
README: add limitations section
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Sep 3, 2021
1 parent a8b8b0c commit 4c2c525
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ Transfer complete: 5.5 KB sent, 1.2 KB read, 666 B file size
```

## Limitations

### Bandwidth

In my tests, `gokr-rsyncd` can easily transfer data at ≈ 2 Gbit/s. The current
bottleneck is the `golang.org/x/crypto/md4` implementation. With a faster
implementation, we would be able to fill a 10 Gbit/s link!

### Protocol related limitations

* xattrs (including acls) was introduced in rsync protocol 30, so is currently
not supported.

## Supported environments and privilege dropping

Supported environments:
Expand Down

0 comments on commit 4c2c525

Please sign in to comment.