claude-code-vertical/skill-index/skills/axiom-networking/REFERENCES.md
2026-01-19 01:41:00 -05:00

1.3 KiB

Networking References

WWDC Sessions

  • WWDC 2018-715 — Introducing Network.framework: User-space networking demo (30% CPU reduction), deprecation of CFSocket/NSStream/SCNetworkReachability, smart connection establishment, mobility support

  • WWDC 2025-250 — Use structured concurrency with Network framework: NetworkConnection with async/await (iOS 26+), TLV framing and Coder protocol, NetworkListener and NetworkBrowser, Wi-Fi Aware peer-to-peer discovery

Apple Documentation

  • networking-diag — Systematic troubleshooting for connection timeouts, TLS failures, data not arriving, performance issues
  • network-framework-ref — Comprehensive API reference with all 12 WWDC 2025 code examples, migration strategies, testing checklists
  • swift-concurrency — Async/await patterns, @MainActor usage, Task cancellation (needed for NetworkConnection)