|
Squid Web Cache master
|
generally useful configuration options supported by some children More...
#include <DiskFile.h>
Public Member Functions | |
| Config () | |
Public Attributes | |
| time_msec_t | ioTimeout |
| canRead/Write should return false if expected I/O delay exceeds it | |
| int | ioRate |
| shape I/O request stream to approach that many per second | |
Definition at line 27 of file DiskFile.h.
|
inline |
Definition at line 30 of file DiskFile.h.
| int DiskFile::Config::ioRate |
Definition at line 36 of file DiskFile.h.
Referenced by IpcIoFile::open().
| time_msec_t DiskFile::Config::ioTimeout |
Definition at line 33 of file DiskFile.h.
Referenced by IpcIoFile::canWait().