| 538 | ) |
| 539 | |
| 540 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected