Skip to content

Commit

Permalink
move images to assets/
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Jul 29, 2024
1 parent 584effe commit 65b7371
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="logo.png" alt="kcptun" height="54px" />
# <img src="assets/logo.png" alt="kcptun" height="54px" />

[![Release][13]][14] [![Powered][17]][18] [![MIT licensed][11]][12] [![Build Status][3]][4] [![Go Report Card][5]][6] [![Downloads][15]][16] [![Docker][1]][2]

Expand All @@ -17,7 +17,7 @@
[17]: https://img.shields.io/badge/KCP-Powered-blue.svg
[18]: https://github.com/skywind3000/kcp

<img src="kcptun.png" alt="kcptun" height="300px"/>
<img src="assets/kcptun.png" alt="kcptun" height="300px"/>

> *Disclaimer: kcptun maintains a single website — [github.com/xtaci/kcptun](https://github.com/xtaci/kcptun). Any websites other than [github.com/xtaci/kcptun](https://github.com/xtaci/kcptun) are not endorsed by xtaci.*
Expand Down Expand Up @@ -81,11 +81,11 @@ All precompiled releases are genereated from `build-release.sh` script.

### Performance

<img src="fast.png" alt="fast.com" height="256px" />
<img src="assets/fast.png" alt="fast.com" height="256px" />

![bandwidth](bw.png)
![bandwidth](assets/bw.png)

![flame](flame.png)
![flame](assets/flame.png)

> Practical bandwidth graph with parameters: -mode fast3 -ds 10 -ps 3
Expand Down Expand Up @@ -128,7 +128,7 @@ If you insist on running under some ARM routers, you'd better turn off `FEC` and

#### Overview

<p align="left"><img src="layeredparams.png" alt="params" height="450px"/></p>
<p align="left"><img src="assets/layeredparams.png" alt="params" height="450px"/></p>

#### Usage

Expand Down Expand Up @@ -239,7 +239,7 @@ In coding theory, the [Reed–Solomon code](https://en.wikipedia.org/wiki/Reed%E

It is able to detect and correct multiple symbol errors. By adding t check symbols to the data, a Reed–Solomon code can detect any combination of up to t erroneous symbols, or correct up to ⌊t/2⌋ symbols. As an erasure code, it can correct up to t known erasures, or it can detect and correct combinations of errors and erasures. Furthermore, Reed–Solomon codes are suitable as multiple-burst bit-error correcting codes, since a sequence of b + 1 consecutive bit errors can affect at most two symbols of size b. The choice of t is up to the designer of the code, and may be selected within wide limits.

![FED](FEC.png)
![FED](assets/FEC.png)

#### DSCP

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 65b7371

Please sign in to comment.