Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BEPs/BEP-525.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is a new network topology that only accepts validators or nodes authorized

## 2. Motivation
- For low network latency between validators: as BSC targets to short its block interval to sub-second, it is quite crucial to reduce the network latency between validators. Current P2P gossip based network is good at broadcasting blocks/transactions to the whole network, but it is not efficient enough, i.e. it would take lots of network bandwidth and also cost non-negligible latency.
- For low transaction latency: transaction latency is one of the key user experiences. Directed TxPool can provide a straight-forward path to deliver transactions to validators, whcih could be much faster comparing to the current gossip based public p2p network.
- For low transaction latency: transaction latency is one of the key user experiences. Directed TxPool can provide a straight-forward path to deliver transactions to validators, which could be much faster comparing to the current gossip based public p2p network.
## 3. Specification
### 3.1.Validator Dedicated Network(VDN)
The general network topology can be described by the following diagram:
Expand Down