forked from quic-go/quic-go
Merge pull request #3093 from lucas-clemente/improve-packet-info
cache the serialized OOB in the conn, not in the packet info
This commit is contained in:
@@ -62,8 +62,6 @@ type cryptoStreamHandler interface {
|
||||
type packetInfo struct {
|
||||
addr net.IP
|
||||
ifIndex uint32
|
||||
once sync.Once
|
||||
oob []byte
|
||||
}
|
||||
|
||||
type receivedPacket struct {
|
||||
|
||||
Reference in New Issue
Block a user