Skip to content

FireNameFN/SharpQuic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages