MCPcopy Create free account
hub / github.com/XTLS/REALITY / handshakeMessageWithOriginalBytes

Interface handshakeMessageWithOriginalBytes

common.go:1625–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623}
1624
1625type handshakeMessageWithOriginalBytes interface {
1626 handshakeMessage
1627
1628 // originalBytes should return the original bytes that were passed to
1629 // unmarshal to create the message. If the message was not produced by
1630 // unmarshal, it should return nil.
1631 originalBytes() []byte
1632}
1633
1634// lruSessionCache is a ClientSessionCache implementation that uses an LRU
1635// caching strategy.

Callers 1

transcriptMsgFunction · 0.65

Implementers 2

clientHelloMsghandshake_messages.go
serverHelloMsghandshake_messages.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…