forked from cerc-io/ipld-eth-server
36533f7c3f
Fixes for new geth version
9 lines
199 B
Go
9 lines
199 B
Go
package congestion
|
|
|
|
import "github.com/lucas-clemente/quic-go/internal/protocol"
|
|
|
|
type connectionStats struct {
|
|
slowstartPacketsLost protocol.PacketNumber
|
|
slowstartBytesLost protocol.ByteCount
|
|
}
|