Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 680 Bytes

File metadata and controls

29 lines (24 loc) · 680 Bytes

SharpQuic

QUIC protocol implementation in pure C# compatible with other implementations.

  • Encryption
  • Loss recovery
  • (Bad) congestion control
  • Compatibility
  • Clean code

Warning

Not ready for use. Work in progress.

State

We can connect to AdGuard DoQ server and receive some addresses.

Tasks

  • TLS ClientHello and ServerHello
  • QUIC Packet Protection
  • TLS Handshake
  • Clean rewrite
  • Basic QUIC packet exchange
  • Throw right errors and CONNECTION_CLOSE
  • Own cryptography (ECDHE)
  • Loss recovery
  • Congestion control
  • ...

Authors