MCPcopy Create free account
hub / github.com/distributed/sers / structTimeouts

Struct structTimeouts

sers_windows.go:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type structTimeouts struct {
40 ReadIntervalTimeout uint32
41 ReadTotalTimeoutMultiplier uint32
42 ReadTotalTimeoutConstant uint32
43 WriteTotalTimeoutMultiplier uint32
44 WriteTotalTimeoutConstant uint32
45}
46
47type opError struct {
48 op string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected