Skip to content

kelmenhorst/quic-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QUIC-PING

A UDP client for sending "QUIC PING"s.

What is a QUIC PING?

A QUIC Initial packet with random payload and the version 0xbabababa to force Version Negotiation.

The QUIC PING packet satifies the minimum Initial datagram size (as specified in RFC 9000), i.e. the unencrypted QUIC packet (header + payload) has a size of exactly 1200 bytes.

Usage

go mod init quicping
go get golang.org/x/crypto/hkdf
go build .
./quicping google.com:443 [--hexdump]

The option --hexdump saves the generated QUIC packet as hexdump to packet.txt.

About

A UDP client for sending "QUIC PING"s.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages