SkillAgentSearch skills...

Quick

an encrypted UDP connection between two peers using QUIC

Install / Use

/learn @smallnest/Quick
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

a net.Conn compatible lib via QUIC

The initial code is cloned from quic-conn, but I refactored and updated codes to keepcompatible with latest https://github.com/lucas-clemente/quic-go.

Run the example

Start listening for an incoming QUIC connection

go run example/main.go -s

The server will echo every message received on the connection in uppercase.

Send a message on the QUIC connection:

go run example/main.go -c
View on GitHub
GitHub Stars28
CategoryDevelopment
Updated9mo ago
Forks8

Languages

Go

Security Score

82/100

Audited on Jun 25, 2025

No findings