MCPcopy Create free account
hub / github.com/HyBuildNet/quic-relay / Error

Method Error

internal/proxy/parser.go:274–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272}
273
274func (e *PacketTypeError) Error() string {
275 return fmt.Sprintf("expected %s packet, got %s", e.Expected, e.Got)
276}
277
278// QUIC Initial salt for version 1 (RFC 9001)
279var quicV1InitialSalt = []byte{

Calls

no outgoing calls