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
4 changes: 4 additions & 0 deletions docs/developer/ec-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ The canonical implementation is in the aMule source:
- `src/libs/ec/cpp/ECTag.cpp` — tag wire encoding/decoding (see `WriteTag`, `ReadFromSocket`)
- `src/libs/ec/cpp/ECSocket.cpp` — transmission layer (see `WritePacket`, `ReadHeader`)

Third-party implementations in other languages:

- [amule-ec](https://github.com/AubinMahe/amule-ec-ts) — TypeScript/Node.js, zero runtime dependencies

## Section 7 — Design Notes

Key design goals of the protocol:
Expand Down