mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
* context fo cursor * pass with docs refrence, fix line counts and some more and minor fixes * lint * pr comments * fixes
15 lines
498 B
Plaintext
15 lines
498 B
Plaintext
---
|
|
description: Auto-attach networking context when working in server/protocol code
|
|
globs:
|
|
- chia/server/**
|
|
- chia/protocols/**
|
|
---
|
|
|
|
# Networking Context Available
|
|
|
|
Deep context for this subsystem exists at `.cursor/context/networking.md`.
|
|
Read it before exploring code — it documents `WSChiaConnection`, rate limiting
|
|
(per-type and aggregate), the protocol state machine, `ApiProtocol`/`@request`
|
|
decorator, connection limits, peer discovery, and the handshake/capability
|
|
negotiation flow.
|