From 1dba57036800781b6a19621e3ed843f5b4e8ce4e Mon Sep 17 00:00:00 2001 From: reugenio Date: Mon, 15 Dec 2025 08:39:40 +0100 Subject: [PATCH] docs: Actualizar CLAUDE.md con Global Discovery HTTPS --- CLAUDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index a6ffa30..8d93986 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -60,10 +60,10 @@ zcatp2p/ ├── identity.zig # Device ID, certificados ├── crypto.zig # ChaCha20-Poly1305, SHA256, etc. ├── tls.zig # TLS 1.3 implementation + ├── http.zig # HTTP/1.1 client ├── protocol.zig # Message framing ├── discovery.zig # Local + global discovery ├── stun.zig # STUN client - ├── nat.zig # UPnP/NAT-PMP ├── relay.zig # Relay protocol └── connection.zig # Connection management ``` @@ -84,9 +84,9 @@ zcatp2p/ - [x] Implementación discovery local (UDP broadcast) - [x] Implementación STUN client - [x] Implementación relay client -- [x] Tests unitarios (27 tests) +- [x] Tests unitarios (36 tests) +- [x] Discovery global (HTTPS API) - [ ] Integración completa de red -- [ ] Discovery global (HTTPS API) - [ ] UPnP/NAT-PMP port mapping ## Comandos