Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 337 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 337 Bytes

QUIC Datagrams in Swift

Network.framework in iOS 15 and macOS 12 adds QUIC as a supported protocol. This example demonstrates using the datagram draft extension to QUIC.

Requirements

  • macOS 12 (Monterey), Xcode 13, and Swift 5.5
  • Go 1.16 or later for the test server