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

Struct LimitFallback

common.go:540–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538)
539
540type LimitFallback struct {
541 AfterBytes uint64
542 BytesPerSec uint64
543 BurstBytesPerSec uint64
544}
545
546// A Config structure is used to configure a TLS client or server.
547// After one has been passed to a TLS function it must not be

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected