Home | History | Annotate | Download | only in grpc

Lines Matching defs:ReadBufferSize

136 	readBufferSize        int
157 // ReadBufferSize lets you set the size of read buffer, this determines how much data can be read at most
159 func ReadBufferSize(s int) ServerOption {
161 o.readBufferSize = s
658 ReadBufferSize: s.opts.readBufferSize,