subsystem-summary-of-overlay

Installation
SKILL.md

Overlay Subsystem — Technical Summary

Overview

The overlay subsystem implements stellar-core's peer-to-peer network layer. It manages TCP connections to other nodes, authenticates peers via ECDH+HMAC, floods broadcast messages (transactions, SCP messages) across the network, fetches missing data (tx sets, quorum sets) via anycast requests, and performs network surveys. The subsystem supports optional background thread processing for I/O-heavy operations (reads/writes on TCP sockets) to keep the main thread responsive.

Key Files

Installs
2
GitHub Stars
3.3K
First Seen
Apr 29, 2026
subsystem-summary-of-overlay — stellar/stellar-core