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