mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 06:15:19 +00:00
docs: move tcp-window.png to imgs/
Possibly fixes #4842. I'm not familiar with the doc generation pipeline, but other images under `imgs/` seem to work so just cargo-culting it.
This commit is contained in:
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
@@ -47,7 +47,7 @@ Here are some relevant facts about TCP:
|
||||
3. The syn/ack process also means that there's a high overhead for small, frequent messages
|
||||
4. Sockets are represented by file descriptors.
|
||||
|
||||

|
||||

|
||||
|
||||
In order to have performant TCP connections under the conditions created in Tendermint, we've created the `mconnection`, or the multiplexing connection. It is our own protocol built on top of TCP. It lets us reuse TCP connections to minimize overhead, and it keeps the window size high by sending auxiliary messages when necessary.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user