Anton Kaliaev 439a5bcacb p2p: update frame size (#235)
Reflect the change made in https://github.com/tendermint/tendermint/pull/5805

The MTU (Maximum Transmission Unit) for Ethernet is 1500 bytes.
The IP header and the TCP header take up 20 bytes each at least (unless
optional header fields are used) and thus the max for (non-Jumbo frame)
Ethernet is 1500 - 20 -20 = 1460
Source: https://stackoverflow.com/a/3074427/820520
2020-12-18 12:19:38 +01:00
2020-11-09 11:05:26 +01:00
2020-11-05 09:57:08 +01:00
2020-12-16 13:27:23 +01:00
2020-12-18 12:19:38 +01:00
2020-10-14 17:08:20 +02:00

Tendermint Spec

This repository contains specifications for the Tendermint protocol. For the pdf, see the latest release.

There are currently two implementations of the Tendermint protocol, maintained by two separate-but-collaborative entities: One in Go, maintained by Interchain GmbH, and one in Rust, maintained by Informal Systems.

There have been inadvertent divergences in the specs followed by the Go implementation and the Rust implementation respectively. However, we are working toward reconverging these specs into a single unified spec. Consequently, this repository is in a bit of a state of flux.

At the moment, the spec followed by the Go implementation (tendermint/tendermint) is in the spec directory, while the spec followed by the Rust implementation (informalsystems/tendermint-rs) is in the rust-spec directory. TLA+ specifications are also in the rust-spec directory.

Over time, these specs will converge in the spec directory. Once they have fully converged, we will version the spec moving forward.

Description
No description provided
Readme Apache-2.0 394 MiB
Languages
Go 85.9%
TeX 7.2%
TLA 4.9%
Shell 0.6%
Python 0.5%
Other 0.8%